ItemState
Represents each item we show in the list of channels.
Inheritors
Types
Link copied to clipboard
data class ChannelItemState(val channel: Channel, val isMuted: Boolean = false, val typingUsers: List<User> = emptyList(), val draftMessage: DraftMessage? = null) : ItemState
Represents each channel item we show in the list of channels.
Link copied to clipboard
Represents each search result item we show in the list of channels.