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

40 lines
573 B
Markdown

---
title: channelRoleEditor
description: Channel role editor
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: channelRoleEditor
[Back to constructors index](index.md)
Channel role editor
### Type: [ChannelParticipantRole](../types/ChannelParticipantRole.md)
### Example:
```php
$channelRoleEditor = ['_' => 'channelRoleEditor'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "channelRoleEditor"}
```
Or, if you're into Lua:
```lua
channelRoleEditor={_='channelRoleEditor'}
```