MadelineProtoDocs/docs/API_docs/constructors/channelParticipantsMentions.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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];