View Source ExTDLib.Method.SendWebAppData (ExTDLib v0.0.4)
Sends data received from a keyboardButtonTypeWebApp Web App to a bot. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| bot_user_id | string | Identifier of the target bot. |
| button_text | string | Text of the keyboardButtonTypeWebApp button, which opened the Web App. |
| data | string | The data. |
More details on telegram's documentation.