Skip to main content
Module

x/mtkruto/mod.ts>tl.types.KeyboardButtonSimpleWebView

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

Constructors

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

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc