MessagePaymentSuccessfulBot constructor
MessagePaymentSuccessfulBot({})
Implementation
MessagePaymentSuccessfulBot({
super.extra,
super.client_id,
this.currency,
this.total_amount,
this.is_recurring,
this.is_first_recurring,
this.invoice_payload,
this.shipping_option_id,
this.order_info,
this.telegram_payment_charge_id,
this.provider_payment_charge_id,
});