MadelineProtoDocs/old_docs/API_docs_v15/constructors/channelRoleModerator.md
2020-06-16 17:50:25 +02:00

502 B

title description image
channelRoleModerator channelRoleModerator attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelRoleModerator

Back to constructors index

Type: ChannelParticipantRole

Example:

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

Or, if you're into Lua:

channelRoleModerator={_='channelRoleModerator'}