Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesRequestWebView

An attempt to write a Deno-native MTProto client
Go to Latest
class functions.MessagesRequestWebView
import { functions } from "https://deno.land/x/mtkruto@0.0.62/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; replyToMsgId?: number; topMsgId?: number; sendAs?: types.TypeInputPeer; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
fromBotMenu: true
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