Layer 220
ChannelParticipantsKicked
Fetch only kicked participants
constructor
channelParticipantsKicked#a3b54985 q:string = ChannelParticipantsFilter;
Parameters
| Name | Type | Description |
|---|---|---|
| Q | string | Optional filter for searching kicked participants by name (otherwise empty) |
Returns
ChannelParticipantsFilterGogram Example
// Creating ChannelParticipantsKicked constructor obj := &tg.ChannelParticipantsKicked{ Q: "...", }