ChannelItemState

constructor(channel: Channel, isMuted: Boolean = false, typingUsers: List<User> = emptyList(), draftMessage: DraftMessage? = null)

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.

draftMessage

The draft message for the current user in the channel.