865 B
865 B
title | description | image |
---|---|---|
channelParticipantsBanned | Channel participants banned | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelParticipantsBanned
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'}