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: 223

  • ID: E04B5CEB

Parameters:
q (str, optional):

Filter by user name or username

top_msg_id (int 32-bit, optional):

Look only for users that posted in this thread

TL Schema

channelParticipantsMentions#e04b5ceb
flags:#
q:flags.0?string
top_msg_id:flags.1?int

= ChannelParticipantsFilter

Parameter Tree

ChannelParticipantsMentions
├── qstring (optional)
└── top_msg_idint (optional)

Example

ChannelParticipantsMentions(
)