MadelineProto/docs/TD_docs/constructors/chatMemberStatusCreator.md

715 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', ];

Or, if you're into Lua:

chatMemberStatusCreator={_='chatMemberStatusCreator', }