AnswerCallbackQuery constructor
AnswerCallbackQuery({})
Implementation
AnswerCallbackQuery({
required this.callbackQueryId,
required this.text,
required this.showAlert,
required this.url,
required this.cacheTime,
});