Raw.WebViewResultUrl

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 undefined

    If set, the app must be opened in fullsize mode instead of compact mode.

  • fullscreen : boolean or undefined

    If set, the app must be opened in fullscreen

  • queryId : bigint or undefined

    Webview session id (only returned by inline button mini apps, menu button mini apps, attachment menu mini apps).

  • url : string

    Webview url to open