mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2025-01-22 05:41:46 +01:00
700 B
700 B
title | description | nav_exclude | image |
---|---|---|---|
channelParticipantsSearch | Query participants by name | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelParticipantsSearch
Query participants by name
Attributes:
Name | Type | Required | Description |
---|---|---|---|
q | string | Yes | Search query |
Type: ChannelParticipantsFilter
Example:
$channelParticipantsSearch = ['_' => 'channelParticipantsSearch', 'q' => 'string'];