Constructor: updateChatParticipantDelete
A member has left the group.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
chat_id | long | Yes | Group ID |
user_id | long | Yes | ID of the user |
version | int | Yes | Used in basic groups to reorder updates and make sure that all of them was received. |
Type: Update
Example:
$updateChatParticipantDelete = ['_' => 'updateChatParticipantDelete', 'chat_id' => long, 'user_id' => long, 'version' => int];