TDLib v0.0.2 TDLib.Object.CallbackQueryAnswer View Source
Contains a bot’s answer to a callback query.
| Name | Type | Description |
|---|---|---|
| text | string | Text of the answer. |
| show_alert | bool | True, if an alert should be shown to the user instead of a toast notification. |
| url | string | URL to be opened. |
More details on telegram’s documentation.