Layer 220
ChannelParticipantsContacts
Fetch only participants that are also contacts
constructor
channelParticipantsContacts#bb6ae88d q:string = ChannelParticipantsFilter;
Parameters
| Name | Type | Description |
|---|---|---|
| Q | string | Optional search query for searching contact participants by name |
Returns
ChannelParticipantsFilterGogram Example
// Creating ChannelParticipantsContacts constructor obj := &tg.ChannelParticipantsContacts{ Q: "...", }