Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesRequestWebView

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

Constructors

new
MessagesRequestWebView(params: { fromBotMenu?: true; silent?: true; peer: types.TypeInputPeer; bot: types.TypeInputUser; url?: string; startParam?: string; themeParams?: types.TypeDataJSON; platform: string; replyTo?: types.TypeInputReplyTo; sendAs?: types.TypeInputPeer; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
fromBotMenu: true
platform: string
optional
replyTo: types.TypeInputReplyTo
optional
sendAs: types.TypeInputPeer
optional
silent: true
optional
startParam: string
optional
themeParams: types.TypeDataJSON
optional
url: string

Static Properties

readonly
[paramDesc]: ParamDesc