TDLib v0.0.2 TDLib.Object.CallbackQueryAnswer View Source

Contains a bot’s answer to a callback query.

NameTypeDescription
textstringText of the answer.
show_alertboolTrue, if an alert should be shown to the user instead of a toast notification.
urlstringURL to be opened.

More details on telegram’s documentation.