--- 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'} ```