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

819 B

title description
chatMemberStatusCreator Creator of the chat, can delete any message, kick any user and add editors and moderators in channels

Constructor: chatMemberStatusCreator

Back to constructors index

Creator of the chat, can delete any message, kick any user and add editors and moderators in channels

Attributes:

Name Type Required Description

Type: ChatMemberStatus

Example:

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

PWRTelegram json-encoded version:

{"_":"chatMemberStatusCreator"}

Or, if you're into Lua:

chatMemberStatusCreator={_='chatMemberStatusCreator', }