Skip to main content
Module

x/mtkruto/mod.ts>types.InputReplyToMessage

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

Constructors

new
InputReplyToMessage(params: { replyToMsgId: number; topMsgId?: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
replyToMsgId: number
optional
topMsgId: number

Static Properties

readonly
[paramDesc]: ParamDesc