MadelineProto/old_docs/API_docs_v65/constructors/channelRoleModerator.md
2017-07-23 16:11:02 +02:00

530 B

title description
channelRoleModerator channelRoleModerator attributes, type and example

Constructor: channelRoleModerator

Back to constructors index

Type: ChannelParticipantRole

Example:

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

PWRTelegram json-encoded version:

{"_":"channelRoleModerator"}

Or, if you're into Lua:

channelRoleModerator={_='channelRoleModerator', }