DirectChannelInfoAvatarContainerParams

data class DirectChannelInfoAvatarContainerParams(val user: User, val isMuted: Boolean = false)

Parameters for ChatComponentFactory.DirectChannelInfoAvatarContainer.

Parameters

user

The user whose avatar is displayed.

isMuted

Whether the chat is muted. When true, a mute icon is shown after the name.

Constructors

Link copied to clipboard
constructor(user: User, isMuted: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
val user: User