Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>MessagesBotCallbackAnswer

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class MessagesBotCallbackAnswer
import { MessagesBotCallbackAnswer } from "https://deno.land/x/mtkruto@0.0.989/tl/2_types.ts";

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