mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 19:46:56 +01:00
622 B
622 B
title | description |
---|---|
chatEvent | Represents a chat event |
Constructor: chatEvent
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 |