MadelineProtoDocs/docs/API_docs/constructors/channelParticipantsBanned.md

820 B

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

Constructor: channelParticipantsBanned

Back to constructors index

Fetch only banned participants

Attributes:

Name Type Required Description
q string Yes Optional filter for searching banned participants by name (otherwise empty)

Type: ChannelParticipantsFilter

Example:

$channelParticipantsBanned = ['_' => 'channelParticipantsBanned', 'q' => 'string'];

Or, if you're into Lua:

channelParticipantsBanned={_='channelParticipantsBanned', q='string'}