Skip to main content
Module

x/mtkruto/mod.ts>types.MessagesBotCallbackAnswer

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

Constructors

new
MessagesBotCallbackAnswer(params: { alert?: true; hasUrl?: true; nativeUi?: true; message?: string; url?: string; cacheTime: number; })

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc