MadelineProto/docs/TD_docs/constructors/callbackQueryAnswer.md
2017-08-25 14:43:29 +02:00

649 B

title description
callbackQueryAnswer Contains answer of the bot to the callback query

Constructor: callbackQueryAnswer

Back to constructors index

Contains answer of the bot to the 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