ChannelParticipantsMentions
- class pyrogram.raw.types.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.
Constructor of
ChannelParticipantsFilter.- Details:
Layer:
223ID:
E04B5CEB
- Parameters:
- q (
str, optional): Filter by user name or username
- top_msg_id (
int32-bit, optional): Look only for users that posted in this thread
- q (
TL Schema
channelParticipantsMentions#e04b5ceb
flags:#
q:flags.0?string
top_msg_id:flags.1?int
= ChannelParticipantsFilter
Parameter Tree
ChannelParticipantsMentions
├── q →
string (optional)└── top_msg_id →
int (optional)Example
ChannelParticipantsMentions(
)