TDLib v0.0.2 TDLib.Object.ChatEvent View Source

Represents a chat event.

NameTypeDescription
idstringChat event identifier.
datenumberPoint in time (Unix timestamp) when the event happened.
user_idnumberIdentifier of the user who performed the action that triggered the event.
actionChatEventActionAction performed by the user.

More details on telegram’s documentation.