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

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