View Source ExTDLib.Object.ChatEvent (ExTDLib v0.0.4)
Represents a chat event.
| Name | Type | Description |
|---|---|---|
| id | string | Chat event identifier. |
| date | number | Point in time (Unix timestamp) when the event happened. |
| member_id | MessageSender | Identifier of the user or chat who performed the action. |
| action | ChatEventAction | The action. |
More details on telegram's documentation.