MessagePaymentSuccessfulBot constructor
const
MessagePaymentSuccessfulBot({})
A payment has been completed; for bots only
Implementation
const MessagePaymentSuccessfulBot({
required this.currency,
required this.totalAmount,
required this.isRecurring,
required this.isFirstRecurring,
required this.invoicePayload,
required this.shippingOptionId,
this.orderInfo,
required this.telegramPaymentChargeId,
required this.providerPaymentChargeId,
});