1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 01:00:55 +01:00
MadelineProto/docs/API_docs/constructors/channelParticipantsBanned.md
2017-06-30 15:36:33 +02:00

631 B

title description
channelParticipantsBanned channelParticipantsBanned attributes, type and example

Constructor: channelParticipantsBanned

Back to constructors index

Attributes:

Name Type Required
q string Yes

Type: ChannelParticipantsFilter

Example:

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

Or, if you're into Lua:

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