Skip to main content
Module

x/mtkruto/mod.ts>types.KeyboardButtonURLAuth

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

Constructors

new
KeyboardButtonURLAuth(params: { text: string; fwdText?: string; url: string; buttonId: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
buttonId: number
optional
fwdText: string
text: string
url: string

Static Properties

readonly
[paramDesc]: ParamDesc