MadelineProtoDocs/docs/API_docs/constructors/channelParticipantsKicked.md

820 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

Attributes:

Name Type Required Description
q string Yes Optional filter for searching kicked participants by name (otherwise empty)

Type: ChannelParticipantsFilter

Example:

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

Or, if you're into Lua:

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