MadelineProtoDocs/old_docs/API_docs_v42/constructors/channelRoleEditor.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

573 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'];

PWRTelegram json-encoded version:

{"_": "channelRoleEditor"}

Or, if you're into Lua:

channelRoleEditor={_='channelRoleEditor'}