MadelineProtoDocs/old_docs/API_docs_v102/constructors/channelParticipantsAdmins.md
2019-12-27 17:48:04 +01:00

549 B

title description image
channelParticipantsAdmins Fetch only admin participants https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelParticipantsAdmins

Back to constructors index

Fetch only admin participants

Type: ChannelParticipantsFilter

Example:

$channelParticipantsAdmins = ['_' => 'channelParticipantsAdmins'];

Or, if you're into Lua:

channelParticipantsAdmins={_='channelParticipantsAdmins'}