ChannelItem

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard