ChannelEntity

constructor(@Id id: String, name: String, description: String, channelType: String, messages: List<MessageEntity> = emptyList())