MadelineProto/docs/TD_docs/constructors/chatMemberStatusLeft.md
2017-07-23 16:33:46 +02:00

643 B

title description
chatMemberStatusLeft User is not a chat member

Constructor: chatMemberStatusLeft

Back to constructors index

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'}