Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>MessagesGetHistory

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class MessagesGetHistory
extends Function<types.TypeMessagesMessages>
import { MessagesGetHistory } from "https://deno.land/x/mtkruto@0.1.105/tl/3_functions.ts";

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
peer: types.TypeInputPeer

Static Properties

readonly
[paramDesc]: ParamDesc