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