Layer 220
MessageActionWebViewDataSent
Data from an opened reply keyboard bot mini app was relayed to the bot that owns it (user side service message).
constructor
Parameters
| Name | Type | Description |
|---|---|---|
| Text | string | Text of the keyboard Button Simple Web View that was pressed to open the web app. |
Returns
MessageActionGogram Example
// Creating MessageActionWebViewDataSent constructor obj := &tg.MessageActionWebViewDataSent{ Text: "...", }