ChannelParticipantsContacts

class pyrogram.raw.types.ChannelParticipantsContacts

Fetch only participants that are also contacts

Constructor of ChannelParticipantsFilter.

Details:
  • Layer: 223

  • ID: BB6AE88D

Parameters:

q (str) – Optional search query for searching contact participants by name

TL Schema

channelParticipantsContacts#bb6ae88d
q:string

= ChannelParticipantsFilter

Parameter Tree

ChannelParticipantsContacts
└── qstring

Example

ChannelParticipantsContacts(
    q="text",
)