messageActionWebViewDataSentMe
Data from an opened reply keyboard bot mini app was relayed to the bot that owns it (bot side service message).
type tg.MessageActionWebViewDataSentMe struct { /* ... */ }
Implements MessageAction.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Text | string | yes | Text of the keyboardButtonSimpleWebView that was pressed to open the web app. |
Data | string | yes | Relayed data. |
References
- Official documentation
- Generated Go reference
- TL definition:
messageActionWebViewDataSentMe#47dd8079