MessageInvoice constructor

MessageInvoice({
  1. String? extra,
  2. int? client_id,
  3. string? title,
  4. FormattedText? description,
  5. Photo? photo,
  6. string? currency,
  7. int53? total_amount,
  8. string? start_parameter,
  9. Bool? is_test,
  10. Bool? need_shipping_address,
  11. int53? receipt_message_id,
  12. MessageExtendedMedia? extended_media,
})

Implementation

MessageInvoice({
  super.extra,
  super.client_id,
  this.title,
  this.description,
  this.photo,
  this.currency,
  this.total_amount,
  this.start_parameter,
  this.is_test,
  this.need_shipping_address,
  this.receipt_message_id,
  this.extended_media,
});