MessagePaymentSuccessful constructor

MessagePaymentSuccessful({
  1. String? extra,
  2. int? client_id,
  3. int53? invoice_chat_id,
  4. int53? invoice_message_id,
  5. string? currency,
  6. int53? total_amount,
  7. Bool? is_recurring,
  8. Bool? is_first_recurring,
  9. string? invoice_name,
})

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,
});