Channel

constructor(id: ChannelId = ChannelId(), name: String, type: ChannelType, description: String, channelMessages: MutableList<ChannelMessage> = mutableListOf())