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