UpdateNewPreCheckoutQuery constructor
const
UpdateNewPreCheckoutQuery({})
A new incoming pre-checkout query; for bots only. Contains full information about a checkout
Implementation
const UpdateNewPreCheckoutQuery({
required this.id,
required this.senderUserId,
required this.currency,
required this.totalAmount,
required this.invoicePayload,
required this.shippingOptionId,
this.orderInfo,
this.extra,
this.clientId,
});