TDLib v0.0.2 TDLib.Object.ChatEvent View Source
Represents a chat event.
Name | Type | Description |
---|---|---|
id | string | Chat event identifier. |
date | number | Point in time (Unix timestamp) when the event happened. |
user_id | number | Identifier of the user who performed the action that triggered the event. |
action | ChatEventAction | Action performed by the user. |
More details on telegram’s documentation.