Skip to main content
Module

x/mtkruto/mod.ts>types.ChannelParticipantsMentions

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.ChannelParticipantsMentions
extends _TypeChannelParticipantsFilter
import { types } from "https://deno.land/x/mtkruto@0.1.118/mod.ts";
const { ChannelParticipantsMentions } = types;

Constructors

new
ChannelParticipantsMentions(params?: { q?: string; topMsgId?: number; })

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc