Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesSearch

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

Constructors

new
MessagesSearch(params: { peer: types.TypeInputPeer; q: string; fromId?: types.TypeInputPeer; topMsgId?: number; filter: types.TypeMessagesFilter; minDate: number; maxDate: number; offsetId: number; addOffset: number; limit: number; maxId: number; minId: number; hash: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
addOffset: number
optional
fromId: types.TypeInputPeer
hash: bigint
limit: number
maxDate: number
maxId: number
minDate: number
minId: number
offsetId: number
q: string
optional
topMsgId: number

Static Properties

readonly
[paramDesc]: ParamDesc