InitCacheResult

class InitCacheResult(val channel: ChatGroupChannel, val cachedMessages: List<ChatBaseMessage>) : MessagesEvent

Represents the result from when messages are loaded from the cache by MessageCollection.initialize.

Since

1.0.0-beta.1

Constructors

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

Properties

Link copied to clipboard

The cached messages loaded.

Link copied to clipboard
open override val channel: ChatGroupChannel

Represents the channel where the messages are loaded from.