mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
680 B
680 B
title | description | nav_exclude | image |
---|---|---|---|
messageActionChatDeleteUser | User left the group. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messageActionChatDeleteUser
User left the group.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
user_id | long | Yes | Leaving user ID |
Type: MessageAction
Example:
$messageActionChatDeleteUser = ['_' => 'messageActionChatDeleteUser', 'user_id' => long];