UpdateNewCallbackQuery constructor
const
UpdateNewCallbackQuery({})
A new incoming callback query; for bots only
Implementation
const UpdateNewCallbackQuery({
required this.id,
required this.senderUserId,
required this.chatId,
required this.messageId,
required this.chatInstance,
required this.payload,
this.extra,
this.clientId,
});