Layer 220
constructor
channelParticipantsContacts#bb6ae88d q:string = ChannelParticipantsFilter;

Parameters

Name Type Description
Q string Optional search query for searching contact participants by name

Gogram Example

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