MadelineProtoDocs/docs/API_docs/constructors/inlineBotWebView.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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'];