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

40 lines
564 B
Markdown

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