Empty

class Empty(val channel: UikitGroupChannel = EmptyGroupChannel, val totalMessages: List<UikitBaseMessage> = emptyList()) : MessagesEvent

Represents the empty state of the message list.

Since

1.0.0-beta.1

Constructors

Link copied to clipboard
constructor(channel: UikitGroupChannel = EmptyGroupChannel, totalMessages: List<UikitBaseMessage> = emptyList())

Properties

Link copied to clipboard
open override val channel: UikitGroupChannel

Represents the channel where the messages are loaded from.

Link copied to clipboard
open override val totalMessages: List<UikitBaseMessage>

Represents the total messages loaded.