MadelineProto/docs/TD_docs/constructors/chatMemberStatusKicked.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

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