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

40 lines
651 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'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "channelParticipantsAdmins"}
```
Or, if you're into Lua:
```lua
channelParticipantsAdmins={_='channelParticipantsAdmins'}
```