Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesSearchGlobal

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

Constructors

new
MessagesSearchGlobal(params: { folderId?: number; q: string; filter: types.TypeMessagesFilter; minDate: number; maxDate: number; offsetRate: number; offsetPeer: types.TypeInputPeer; offsetId: number; limit: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
folderId: number
limit: number
maxDate: number
minDate: number
offsetId: number
offsetRate: number
q: string

Static Properties

readonly
[paramDesc]: ParamDesc