GroupChannelInfoAvatarContainerParams

data class GroupChannelInfoAvatarContainerParams(val channel: Channel, val currentUser: User?, val members: ExpandableList<Member>)

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.

Constructors

Link copied to clipboard
constructor(channel: Channel, currentUser: User?, members: ExpandableList<Member>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard