MadelineProtoDocs/old_docs/API_docs_v62/constructors/channelRoleEditor.md

34 lines
475 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'];
```
Or, if you're into Lua:
```lua
channelRoleEditor={_='channelRoleEditor'}
```