--- 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)