CallbackQuery constructor
const
CallbackQuery({})
Creates a new CallbackQuery object.
Implementation
const CallbackQuery({
required this.id,
required this.from,
this.message,
this.inlineMessageId,
required this.chatInstance,
this.data,
this.gameShortName,
});