View Source ExTDLib.Object.CallbackQueryAnswer (ExTDLib v0.0.4)
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 must be shown to the user instead of a toast notification. |
| url | string | URL to be opened. |
More details on telegram's documentation.