Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

An attempt to write a Deno-native MTProto client
Go to Latest
class MessagesRequestWebView
extends Function<types.TypeWebViewResult>
import { MessagesRequestWebView } from "https://deno.land/x/mtkruto@0.0.62/tl/3_functions.ts";

Constructors

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

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
bot: types.TypeInputUser
optional
fromBotMenu: true
peer: types.TypeInputPeer
platform: string
optional
replyToMsgId: number
optional
sendAs: types.TypeInputPeer
optional
silent: true
optional
startParam: string
optional
themeParams: types.TypeDataJSON
optional
topMsgId: number
optional
url: string

Static Properties

readonly
[paramDesc]: ParamDesc