MadelineProtoDocs/docs/API_docs/constructors/channelParticipantsKicked.md

865 B

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

Constructor: channelParticipantsKicked

Back to constructors index

Channel participants kicked

Attributes:

Name Type Required Description
q string Yes Query

Type: ChannelParticipantsFilter

Example:

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

PWRTelegram json-encoded version:

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

Or, if you're into Lua:

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