data class ChannelInfo(val cid: String? = null, val id: String? = null, val type: String? = null, val memberCount: Int = 0, val name: String? = null, val image: String? = null)
Content copied to clipboard
A Channel object that contains less information. Used only internally.