34 lines
545 B
Markdown
34 lines
545 B
Markdown
|
---
|
||
|
title: channelParticipantsAdmins
|
||
|
description: Channel participants admins
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: channelParticipantsAdmins
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Channel participants admins
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```php
|
||
|
$channelParticipantsAdmins = ['_' => 'channelParticipantsAdmins'];
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
```lua
|
||
|
channelParticipantsAdmins={_='channelParticipantsAdmins'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|