mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
930 B
930 B
title | description | nav_exclude | image |
---|---|---|---|
inlineBotWebView | Specifies an inline mode mini app button, shown on top of the inline query results list. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inlineBotWebView
Specifies an inline mode mini app button, shown on top of the inline query results list.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
text | string | Yes | Text of the button |
url | string | Yes | Webapp URL |
Type: InlineBotWebView
Example:
$inlineBotWebView = ['_' => 'inlineBotWebView', 'text' => 'string', 'url' => 'string'];