Messages Event
Represents an interface containing the events of message list.
Since
1.0.0-beta.1
Inheritors
Types
Represents an interface for custom MessagesEvent.
Represents the empty state of the message list.
Represents the result from when failed messages are removed by MessageCollection.removeFailedMessages.
Represents the result from when messages are loaded from the API by MessageCollection.initialize.
Represents the result from when messages are loaded from the cache by MessageCollection.initialize.
Represents the result from when the next page of messages are loaded by MessageCollection.loadNext.
Represents the result from when the previous page of messages are loaded by MessageCollection.loadPrevious.
Represents the event received from MessageCollectionHandler.onChannelUpdated.
Represents the event received from MessageCollectionHandler.onHugeGapDetected.
Represents the event received from MessageCollectionHandler.onMessagesAdded.
Represents the event received from MessageCollectionHandler.onMessagesDeleted.
Represents the event received from MessageCollectionHandler.onMessagesUpdated.