mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
1.1 KiB
1.1 KiB
title | description | nav_exclude | image |
---|---|---|---|
messageActionWebViewDataSentMe | Data from an opened reply keyboard bot mini app was relayed to the bot that owns it (bot side service message). | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messageActionWebViewDataSentMe
Data from an opened reply keyboard bot mini app was relayed to the bot that owns it (bot side service message).
Attributes:
Name | Type | Required | Description |
---|---|---|---|
text | string | Yes | Text of the keyboardButtonSimpleWebView that was pressed to open the web app. |
data | string | Yes | Relayed data. |
Type: MessageAction
Example:
$messageActionWebViewDataSentMe = ['_' => 'messageActionWebViewDataSentMe', 'text' => 'string', 'data' => 'string'];