The base class for all chat history entries. All events that occur in a chat end up in their history, which can be queried with Chat.getHistory and optionally filtered.
The ID of the chat on which this event occurred
The unique sequential ID of this event
The timestamp at which this event occurred
The type of event. One of Types
The user that initiated this event
The base class for all chat history entries. All events that occur in a chat end up in their history, which can be queried with Chat.getHistory and optionally filtered.