mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
1.2 KiB
1.2 KiB
title | description | nav_exclude | image |
---|---|---|---|
channelParticipantsMentions | This filter is used when looking for supergroup members to mention. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelParticipantsMentions
This filter is used when looking for supergroup members to mention.
This filter will automatically remove anonymous admins, and return even non-participant users that replied to a specific thread through the comment section of a channel.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
q | string | Optional | Filter by user name or username |
top_msg_id | int | Optional | Look only for users that posted in this thread |
Type: ChannelParticipantsFilter
Example:
$channelParticipantsMentions = ['_' => 'channelParticipantsMentions', 'q' => 'string', 'top_msg_id' => int];