LoadPreviousResult

class LoadPreviousResult(val channel: ChatGroupChannel, val loadedMessages: List<ChatBaseMessage>) : MessagesEvent

Represents the result from when the previous page of messages are loaded by MessageCollection.loadPrevious.

Since

1.0.0-beta.1

Constructors

Link copied to clipboard
constructor(channel: ChatGroupChannel, loadedMessages: List<ChatBaseMessage>)

Properties

Link copied to clipboard
open override val channel: ChatGroupChannel

Represents the channel where the messages are loaded from.

Link copied to clipboard

The loaded messages from the previous page.