Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesSendInlineBotResult

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.MessagesSendInlineBotResult
extends Function<types.TypeUpdates>
import { functions } from "https://deno.land/x/mtkruto@0.1.114/mod.ts";
const { MessagesSendInlineBotResult } = functions;

Constructors

new
MessagesSendInlineBotResult(params: { silent?: true; background?: true; clearDraft?: true; hideVia?: true; peer: types.TypeInputPeer; replyTo?: types.TypeInputReplyTo; 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
peer: types.TypeInputPeer
queryId: bigint
randomId: bigint
optional
replyTo: types.TypeInputReplyTo
optional
scheduleDate: number
optional
sendAs: types.TypeInputPeer
optional
silent: true

Static Properties

readonly
[paramDesc]: ParamDesc