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

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

Specifies an inline mode mini app button, shown on top of the inline query results list.

Constructors

new
InlineBotWebView_(params: { text: string; url: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
text: string

Text of the button

url: string

Webapp URL

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc