Skip to main content
Module

x/mtkruto/tl/3_functions.ts>MessagesRequestSimpleWebView

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

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