ChannelParticipantsKicked

class pyrogram.raw.types.ChannelParticipantsKicked

Fetch only kicked participants

Constructor of ChannelParticipantsFilter.

Details:
  • Layer: 223

  • ID: A3B54985

Parameters:

q (str) – Optional filter for searching kicked participants by name (otherwise empty)

TL Schema

channelParticipantsKicked#a3b54985
q:string

= ChannelParticipantsFilter

Parameter Tree

ChannelParticipantsKicked
└── qstring

Example

ChannelParticipantsKicked(
    q="text",
)