mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 09:56:54 +01:00
639 B
639 B
title | description |
---|---|
chatMemberStatusKicked | User was kicked from the chat (and obviously is not a chat member) |
Constructor: chatMemberStatusKicked
User was kicked from the chat (and obviously is not a chat member)
Attributes:
Name | Type | Required | Description |
---|
Type: ChatMemberStatus
Example:
$chatMemberStatusKicked = ['_' => 'chatMemberStatusKicked', ];
Or, if you're into Lua:
chatMemberStatusKicked={_='chatMemberStatusKicked', }