MadelineProtoDocs/docs/TD_docs/constructors/callbackQueryAnswer.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

714 B

title description image
callbackQueryAnswer Contains answer of a bot to a callback query https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: callbackQueryAnswer

Back to constructors index

Contains answer of a bot to a callback query

Attributes:

Name Type Required Description
text string Yes Text of the answer
show_alert Bool Yes If true, an alert should be shown to the user instead of a toast
url string Yes URL to be open

Type: CallbackQueryAnswer