ChannelItemState

constructor(channel: Channel, isMuted: Boolean = false, typingUsers: List<User>)

Parameters

channel

The channel to show.

isMuted

If the channel is muted for the current user.

typingUsers

The list of users currently typing in the channel.