Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>WebViewResultUrl_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class WebViewResultUrl_
import { WebViewResultUrl_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Contains the webview URL with appropriate theme and user info parameters added

Constructors

new
WebViewResultUrl_(params: { query_id: bigint; url: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
query_id: bigint

Webview session ID

url: string

Webview URL to open

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc