OnChannelUpdated

class OnChannelUpdated(val channelContext: <Error class: unknown class>, val channel: UikitGroupChannel, val totalMessages: List<UikitBaseMessage>) : MessagesEvent

Represents the event received from MessageCollectionHandler.onChannelUpdated.

Since

1.0.0-beta.1

Constructors

Link copied to clipboard
constructor(channelContext: <Error class: unknown class>, channel: UikitGroupChannel, totalMessages: List<UikitBaseMessage>)

Properties

Link copied to clipboard
open override val channel: UikitGroupChannel

The updated channel.

Link copied to clipboard
val channelContext: <Error class: unknown class>

The channel context from MessageCollectionHandler.onChannelUpdated.

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

Represents the total messages loaded.