View Source ExTDLib.Object.MessagePaymentSuccessfulBot (ExTDLib v0.0.4)

A payment has been completed; for bots only.

NameTypeDescription
currencystringCurrency for price of the product.
total_amountstringTotal price for the product, in the smallest units of the currency.
is_recurringboolTrue, if this is a recurring payment.
is_first_recurringboolTrue, if this is the first recurring payment.
invoice_payloadbytesInvoice payload.
shipping_option_idstringIdentifier of the shipping option chosen by the user; may be empty if not applicable.
order_infoorderInfoInformation about the order; may be null.
telegram_payment_charge_idstringTelegram payment identifier.
provider_payment_charge_idstringProvider payment identifier.

More details on telegram's documentation.