MadelineProtoDocs/docs/API_docs/constructors/channelParticipantsBanned.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

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