MessagePaymentRefunded constructor
MessagePaymentRefunded({})
Implementation
MessagePaymentRefunded({
this.ownerId,
required this.currency,
required this.totalAmount,
required this.invoicePayload,
required this.telegramPaymentChargeId,
required this.providerPaymentChargeId,
});