AnswerCallbackQuery constructor
const
AnswerCallbackQuery({})
Sets the result of a callback query; for bots only
Implementation
const AnswerCallbackQuery({
required this.callbackQueryId,
required this.text,
required this.showAlert,
required this.url,
required this.cacheTime,
});