MadelineProto/docs/API_docs/constructors/channelParticipantsKicked.md
2017-05-27 22:21:14 +01:00

470 B

title description
channelParticipantsKicked channelParticipantsKicked attributes, type and example

Constructor: channelParticipantsKicked

Back to constructors index

Type: ChannelParticipantsFilter

Example:

$channelParticipantsKicked = ['_' => 'channelParticipantsKicked', ];

Or, if you're into Lua:

channelParticipantsKicked={_='channelParticipantsKicked', }