Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.105/tl/3_functions.ts";

Constructors

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

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc