Layer 220
constructor
channelParticipantsBanned#1427a5e1 q:string = ChannelParticipantsFilter;

Parameters

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

Gogram Example

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