1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 23:16:56 +01:00
MadelineProto/docs/TD_docs/constructors/chatMemberStatusKicked.md
2017-07-23 16:11:02 +02:00

742 B

title description
chatMemberStatusKicked User was kicked from the chat (and obviously is not a chat member)

Constructor: chatMemberStatusKicked

Back to constructors index

User was kicked from the chat (and obviously is not a chat member)

Attributes:

Name Type Required Description

Type: ChatMemberStatus

Example:

$chatMemberStatusKicked = ['_' => 'chatMemberStatusKicked', ];

PWRTelegram json-encoded version:

{"_":"chatMemberStatusKicked"}

Or, if you're into Lua:

chatMemberStatusKicked={_='chatMemberStatusKicked', }