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

1.1 KiB

title description nav_exclude image
messageActionWebViewDataSent Data from an opened reply keyboard bot mini app was relayed to the bot that owns it (user side service message). true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: messageActionWebViewDataSent

Back to constructors index

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

Clients should display a service message with the text Data from the «$text» button was transferred to the bot.

Attributes:

Name Type Required Description
text string Yes Text of the keyboardButtonSimpleWebView that was pressed to open the web app.

Type: MessageAction

Example:

$messageActionWebViewDataSent = ['_' => 'messageActionWebViewDataSent', 'text' => 'string'];