mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
771 B
771 B
title | description | nav_exclude | image |
---|---|---|---|
channelParticipantsBanned | Fetch only banned participants | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelParticipantsBanned
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'];