UpdateNewInlineCallbackQuery constructor
const
UpdateNewInlineCallbackQuery({})
A new incoming callback query from a message sent via a bot; for bots only
Implementation
const UpdateNewInlineCallbackQuery({
required this.id,
required this.senderUserId,
required this.inlineMessageId,
required this.chatInstance,
required this.payload,
this.extra,
this.clientId,
});