Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesSetBotCallbackAnswer

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

Constructors

new
MessagesSetBotCallbackAnswer(params: { alert?: true; queryId: bigint; message?: string; url?: string; cacheTime: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
alert: true
cacheTime: number
optional
message: string
queryId: bigint
optional
url: string

Static Properties

readonly
[paramDesc]: ParamDesc