ChannelParticipantsKicked
- class pyrogram.raw.types.ChannelParticipantsKicked
Fetch only kicked participants
Constructor of
ChannelParticipantsFilter.- Details:
Layer:
223ID:
A3B54985
- Parameters:
q (
str) – Optional filter for searching kicked participants by name (otherwise empty)
TL Schema
channelParticipantsKicked#a3b54985
q:string
= ChannelParticipantsFilter
Parameter Tree
ChannelParticipantsKicked
└── q →
stringExample
ChannelParticipantsKicked(
q="text",
)