Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesGetHistory

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

Constructors

new
MessagesGetHistory(params: { peer: types.TypeInputPeer; offsetId: number; offsetDate: number; addOffset: number; limit: number; maxId: number; minId: number; hash: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
addOffset: number
hash: bigint
limit: number
maxId: number
minId: number
offsetDate: number
offsetId: number

Static Properties

readonly
[paramDesc]: ParamDesc