Link Search Menu Expand Document

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:

NameTypeRequiredDescription
qstringOptionalFilter by user name or username
top_msg_idintOptionalLook only for users that posted in this thread

Type: ChannelParticipantsFilter

Example:

$channelParticipantsMentions = ['_' => 'channelParticipantsMentions', 'q' => 'string', 'top_msg_id' => int];