MadelineProtoDocs/docs/API_docs/constructors/channelParticipantsBanned.md
2024-05-01 14:53:46 +02:00

771 B

title description nav_exclude image
channelParticipantsBanned Fetch only banned participants true 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'];