Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>ChannelParticipantsMentions_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class ChannelParticipantsMentions_
import { ChannelParticipantsMentions_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

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.

Constructors

new
ChannelParticipantsMentions_(params?: { q?: string; top_msg_id?: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
q: string

Filter by user name or username

optional
top_msg_id: number

Look only for users that posted in this thread

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc