ChannelItem

data class ChannelItem(val channel: Channel, val typingUsers: List<User>, val draftMessage: DraftMessage?) : ChannelListItem

Constructors

Link copied to clipboard
constructor(channel: Channel, typingUsers: List<User>, draftMessage: DraftMessage?)

Properties

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