Link Search Menu Expand Document

Constructor: messageActionWebViewDataSentMe

Back to constructors index

Data from an opened reply keyboard bot mini app was relayed to the bot that owns it (bot side service message).

Attributes:

NameTypeRequiredDescription
textstringYesText of the keyboardButtonSimpleWebView that was pressed to open the web app.
datastringYesRelayed data.

Type: MessageAction

Example:

$messageActionWebViewDataSentMe = ['_' => 'messageActionWebViewDataSentMe', 'text' => 'string', 'data' => 'string'];