UpdateNewCallbackQuery constructor
UpdateNewCallbackQuery({})
Implementation
UpdateNewCallbackQuery({
required this.id,
required this.senderUserId,
required this.chatId,
required this.messageId,
required this.chatInstance,
this.payload,
});