ChannelDTO

constructor(id: String, name: String, type: String, description: String, messages: MutableList<ChannelMessageDTO> = mutableListOf())