GroupChannelInfoAvatarContainerParams
data class GroupChannelInfoAvatarContainerParams(val channel: Channel, val currentUser: User?, val members: ExpandableList<Member>, val isMuted: Boolean = false)
Parameters for ChatComponentFactory.GroupChannelInfoAvatarContainer.
Parameters
channel
The channel to display the avatar for.
currentUser
The currently logged in user.
members
The members list of the channel.
isMuted
Whether the channel is muted. When true, a mute icon is shown after the name.
Constructors
Link copied to clipboard
constructor(channel: Channel, currentUser: User?, members: ExpandableList<Member>, isMuted: Boolean = false)