CallbackQueryAnswer constructor
const
CallbackQueryAnswer({})
Contains a bot's answer to a callback query
Implementation
const CallbackQueryAnswer({
required this.text,
required this.showAlert,
required this.url,
this.extra,
this.clientId,
});