853 B
853 B
title | description | image |
---|---|---|
channelParticipantsContacts | Fetch only participants that are also contacts | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelParticipantsContacts
Fetch only participants that are also contacts
Attributes:
Name | Type | Required | Description |
---|---|---|---|
q | string | Yes | Optional search query for searching contact participants by name |
Type: ChannelParticipantsFilter
Example:
$channelParticipantsContacts = ['_' => 'channelParticipantsContacts', 'q' => 'string'];
Or, if you're into Lua:
channelParticipantsContacts={_='channelParticipantsContacts', q='string'}