StartOfTheChannelItem

data class StartOfTheChannelItem(val channel: Channel) : MessageListItem

Represent the start of the channel in a MessageListView.

Constructors

Link copied to clipboard
constructor(channel: Channel)

Properties

Link copied to clipboard

The Channel this message list belongs to.

Functions

Link copied to clipboard
open override fun stringify(): String

Inherited functions

Link copied to clipboard