mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 09:16:55 +01:00
646 B
646 B
title | description |
---|---|
chatMemberStatusLeft | User is not a chat member |
Constructor: chatMemberStatusLeft
User is not a chat member
Attributes:
Name | Type | Required | Description |
---|
Type: ChatMemberStatus
Example:
$chatMemberStatusLeft = ['_' => 'chatMemberStatusLeft', ];
PWRTelegram json-encoded version:
{"_":"chatMemberStatusLeft"}
Or, if you're into Lua:
chatMemberStatusLeft={_='chatMemberStatusLeft', }