messages.RequestSimpleWebView#
- class pyrogram.raw.functions.messages.RequestSimpleWebView#
Open a bot mini app.
- Details:
Layer:
198
ID:
413A3E73
- Parameters:
bot (
InputUser
) – Bot that owns the mini appplatform (
str
) – Short name of the application; 0-64 English letters, digits, and underscoresfrom_switch_webview (
bool
, optional) – Whether the webapp was opened by clicking on the switch_webview button shown on top of the inline results list returned by messages.getInlineBotResults.from_side_menu (
bool
, optional) – Set this flag if opening the Mini App from the installed side menu entry ».compact (
bool
, optional) – Deprecated.fullscreen (
bool
, optional) – Requests to open the app in fullscreen mode.url (
str
, optional) – Web app URL, if opening from a keyboard button or inline resultstart_param (
str
, optional) – Deprecated.theme_params (
DataJSON
, optional) – Theme parameters »
- Returns: