Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesRequestSimpleWebView

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.MessagesRequestSimpleWebView
extends Function<types.TypeSimpleWebViewResult>
import { functions } from "https://deno.land/x/mtkruto@0.1.118/mod.ts";
const { MessagesRequestSimpleWebView } = functions;

Constructors

new
MessagesRequestSimpleWebView(params: { fromSwitchWebview?: true; fromSideMenu?: true; bot: types.TypeInputUser; url?: string; startParam?: string; themeParams?: types.TypeDataJSON; platform: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
bot: types.TypeInputUser
optional
fromSideMenu: true
optional
fromSwitchWebview: true
platform: string
optional
startParam: string
optional
themeParams: types.TypeDataJSON
optional
url: string

Static Properties

readonly
[paramDesc]: ParamDesc