Raw.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.
channelParticipantsMentions#e04b5ceb flags:# q:flags.0?string top_msg_id:flags.1?int = ChannelParticipantsFilter;
export namespace Raw {
export class ChannelParticipantsMentions {
constructor(params: { q?: string; topMsgId?: number }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xe04b5ceb