Link Search Menu Expand Document

Constructor: inlineBotWebView

Back to constructors index

Specifies an inline mode mini app button, shown on top of the inline query results list.

Attributes:

NameTypeRequiredDescription
textstringYesText of the button
urlstringYesWebapp URL

Type: InlineBotWebView

Example:

$inlineBotWebView = ['_' => 'inlineBotWebView', 'text' => 'string', 'url' => 'string'];