ChannelInfo
constructor(cid: String? = null, id: String? = null, type: String? = null, memberCount: Int = 0, name: String? = null, image: String? = null)
Parameters
cid
The channel id in the format messaging:123.
id
Channel's unique ID.
type
Type of the channel.
memberCount
Number of members in the channel.
name
Channel's name.
image
Channel's image.