Layer 220
constructor
channelParticipantsKicked#a3b54985 q:string = ChannelParticipantsFilter;

Parameters

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

Gogram Example

// Creating ChannelParticipantsKicked constructor
obj := &tg.ChannelParticipantsKicked{
    Q: "...",
}