CallbackQuery constructor
CallbackQuery({})
Implementation
CallbackQuery({
required this.id,
required this.from,
this.message,
this.inlineMessageId,
this.chatInstance,
this.data,
this.gameShortName,
});