OnHugeGapDetected

class OnHugeGapDetected(val channel: UikitGroupChannel, val totalMessages: List<UikitBaseMessage>) : MessagesEvent

Represents the event received from MessageCollectionHandler.onHugeGapDetected.

Since

1.0.0-beta.1

Constructors

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

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.