MessagePaymentSuccessful constructor
const
MessagePaymentSuccessful({})
A payment has been completed
Implementation
const MessagePaymentSuccessful({
required this.invoiceChatId,
required this.invoiceMessageId,
required this.currency,
required this.totalAmount,
required this.isRecurring,
required this.isFirstRecurring,
required this.invoiceName,
});