Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesSendInlineBotResult

An attempt to write a Deno-native MTProto client
Go to Latest
class functions.MessagesSendInlineBotResult
import { functions } from "https://deno.land/x/mtkruto@0.0.62/mod.ts";
const { MessagesSendInlineBotResult } = functions;

Constructors

new
MessagesSendInlineBotResult(params: { silent?: true; background?: true; clearDraft?: true; hideVia?: true; peer: types.TypeInputPeer; replyToMsgId?: number; topMsgId?: number; randomId: bigint; queryId: bigint; id: string; scheduleDate?: number; sendAs?: types.TypeInputPeer; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
background: true
optional
clearDraft: true
optional
hideVia: true
id: string
queryId: bigint
randomId: bigint
optional
replyToMsgId: number
optional
scheduleDate: number
optional
sendAs: types.TypeInputPeer
optional
silent: true
optional
topMsgId: number

Static Properties

readonly
[paramDesc]: ParamDesc