MadelineProtoDocs/old_docs/API_docs_v66/constructors/channelRoleEditor.md

475 B

title description image
channelRoleEditor Channel role editor https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelRoleEditor

Back to constructors index

Channel role editor

Type: ChannelParticipantRole

Example:

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

Or, if you're into Lua:

channelRoleEditor={_='channelRoleEditor'}