WebViewResult

class pyrogram.raw.base.WebViewResult

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

Constructors:

This base type has 1 constructor available.

WebViewResultUrl

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

Functions:

This object can be returned by 4 functions.

messages.RequestWebView

Open a bot mini app, sending over user information after user confirmation.

messages.RequestSimpleWebView

Open a bot mini app.

messages.RequestAppWebView

Open a bot mini app from a direct Mini App deep link, sending over user information after user confirmation.

messages.RequestMainWebView

Open a Main Mini App.

TL Schema


Parameter Tree

WebViewResult
├── fullsizetrue (optional)
├── fullscreentrue (optional)
├── query_idlong (optional)
└── urlstring

Example