| Class | Description |
|---|---|
| Event |
Base class for all events raised in chat.
|
| Events |
Utility class to operate on events.
|
| EventType<T> |
This class represents a chat event.
|
| KickedEvent |
Represents an event resulting from a kick happening in the current room.
|
| MessageDeletedEvent |
Holds the data for a deleted message event.
|
| MessageEditedEvent |
Holds the data for an edit message event.
|
| MessageEvent |
Represents an event that is the result of an action being performed on a message.
|
| MessagePostedEvent |
Holds the data for an post message event.
|
| MessageReplyEvent |
Holds the data for an reply message event.
|
| MessageStarredEvent |
Represents the event of starring / unstarring and pining / unpining a message.
|
| PingMessageEvent |
Represents an event that is the result of ping message action.
|
| UserEnteredEvent |
Represents the event where a user entered the chat room.
|
| UserLeftEvent |
Represents the event where a user left the chat room.
|
| UserMentionedEvent |
Holds the data for a mention message event.
|