1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 09:47:20 +01:00
MadelineProto/docs/TD_docs/constructors/chatEvent.md
Daniil Gentili 43adf77378 docufix
2017-12-21 20:08:25 +00:00

631 B

title description
chatEvent Represents a chat event

Constructor: chatEvent

Back to constructors index

Represents a chat event

Attributes:

Name Type Required Description
id int64 Yes Chat event identifier
date int Yes Date of the event, unix time
user_id int Yes Identifier of a user who made the action
action ChatEventAction Yes Action done by the user

Type: ChatEvent