MadelineProto/docs/TD_docs/constructors/chatEvent.md
2017-08-25 15:05:53 +02:00

622 B

title description
chatEvent Represents a chat event

Constructor: chatEvent

Back to constructors index

Represents a chat event

Attributes:

Name Type Required Description
id long 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