MessageInvoice constructor
MessageInvoice({})
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,
});