MadelineProtoDocs/docs/API_docs/constructors/channelParticipantsContacts.md
2019-03-08 13:49:23 +01:00

845 B

title description image
channelParticipantsContacts channelParticipantsContacts attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelParticipantsContacts

Back to constructors index

Attributes:

Name Type Required
q string Yes

Type: ChannelParticipantsFilter

Example:

$channelParticipantsContacts = ['_' => 'channelParticipantsContacts', 'q' => 'string'];

PWRTelegram json-encoded version:

{"_": "channelParticipantsContacts", "q": "string"}

Or, if you're into Lua:

channelParticipantsContacts={_='channelParticipantsContacts', q='string'}