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>messages_BotCallbackAnswer_

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

Constructors

new
messages_BotCallbackAnswer_(params: { alert?: true; has_url?: true; native_ui?: true; message?: string; url?: string; cache_time: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
alert: true
cache_time: number
optional
has_url: true
optional
message: string
optional
native_ui: true
optional
url: string

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc