ChannelParticipantsContacts
- class pyrogram.raw.types.ChannelParticipantsContacts
Fetch only participants that are also contacts
Constructor of
ChannelParticipantsFilter.- Details:
Layer:
223ID:
BB6AE88D
- Parameters:
q (
str) – Optional search query for searching contact participants by name
TL Schema
channelParticipantsContacts#bb6ae88d
q:string
= ChannelParticipantsFilter
Parameter Tree
ChannelParticipantsContacts
└── q →
stringExample
ChannelParticipantsContacts(
q="text",
)