MadelineProtoDocs/old_docs/API_docs_v5/constructors/channelParticipantsAdmins.md

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