mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 11:27:52 +01:00
20 lines
336 B
Markdown
20 lines
336 B
Markdown
|
---
|
||
|
title: channelRoleModerator
|
||
|
description: channelRoleModerator attributes, type and example
|
||
|
---
|
||
|
## Constructor: channelRoleModerator
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [ChannelParticipantRole](../types/ChannelParticipantRole.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$channelRoleModerator = ['_' => 'channelRoleModerator', ];
|
||
|
```
|