Link Search Menu Expand Document

Constructor: updateChatParticipantDelete

Back to constructors index

A member has left the group.

Attributes:

NameTypeRequiredDescription
chat_idlongYesGroup ID
user_idlongYesID of the user
versionintYesUsed 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];