Raw.WebViewResultUrl
Contains the webview url with appropriate theme and user info parameters added
webViewResultUrl#4d22ff98 flags:# fullsize:flags.1?true fullscreen:flags.2?true query_id:flags.0?long url:string = WebViewResult;
export namespace Raw {
export class WebViewResultUrl {
constructor(params: {
fullsize?: boolean;
fullscreen?: boolean;
queryId?: bigint;
url: string;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 198
Constructor ID: 0x4d22ff98
Property
fullsize
: boolean or undefinedIf set, the app must be opened in fullsize mode instead of compact mode.
fullscreen
: boolean or undefinedIf set, the app must be opened in fullscreen
queryId
: bigint or undefinedWebview session id (only returned by inline button mini apps, menu button mini apps, attachment menu mini apps).
url
: stringWebview url to open