MadelineProto/docs/TD_docs/constructors/chatEvent.md
Daniil Gentili 43adf77378 docufix
2017-12-21 20:08:25 +00:00

26 lines
631 B
Markdown

---
title: chatEvent
description: Represents a chat event
---
## Constructor: chatEvent
[Back to constructors index](index.md)
Represents a chat event
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|id|[int64](../constructors/int64.md) | Yes|Chat event identifier|
|date|[int](../types/int.md) | Yes|Date of the event, unix time|
|user\_id|[int](../types/int.md) | Yes|Identifier of a user who made the action|
|action|[ChatEventAction](../types/ChatEventAction.md) | Yes|Action done by the user|
### Type: [ChatEvent](../types/ChatEvent.md)