MadelineProtoDocs/docs/API_docs/constructors/channelParticipantsBanned.md

865 B

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

Constructor: channelParticipantsBanned

Back to constructors index

Channel participants banned

Attributes:

Name Type Required Description
q string Yes Query

Type: ChannelParticipantsFilter

Example:

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

PWRTelegram json-encoded version:

{"_": "channelParticipantsBanned", "q": "string"}

Or, if you're into Lua:

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