Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesGetSearchCounters

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

Constructors

new
MessagesGetSearchCounters(params: { peer: types.TypeInputPeer; topMsgId?: number; filters: Array<types.TypeMessagesFilter>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
filters: Array<types.TypeMessagesFilter>
optional
topMsgId: number

Static Properties

readonly
[paramDesc]: ParamDesc