Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesGetReplies

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

Constructors

new
MessagesGetReplies(params: { peer: types.TypeInputPeer; msgId: number; 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
msgId: number
offsetDate: number
offsetId: number

Static Properties

readonly
[paramDesc]: ParamDesc