MessagePaymentSuccessful constructor
MessagePaymentSuccessful({})
Implementation
MessagePaymentSuccessful({
super.extra,
super.client_id,
this.invoice_chat_id,
this.invoice_message_id,
this.currency,
this.total_amount,
this.is_recurring,
this.is_first_recurring,
this.invoice_name,
});