MadelineProtoDocs/old_docs/API_docs_v14/constructors/channelParticipantsKicked.md

551 B

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

Constructor: channelParticipantsKicked

Back to constructors index

Fetch only kicked participants

Type: ChannelParticipantsFilter

Example:

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

Or, if you're into Lua:

channelParticipantsKicked={_='channelParticipantsKicked'}