TDLib v0.0.2 TDLib.Object.MessagePaymentSuccessfulBot View Source

A payment has been completed; for bots only.

NameTypeDescription
invoice_message_idstringIdentifier of the message with the corresponding invoice; can be an identifier of a deleted message.
currencystringCurrency for price of the product.
total_amountstringTotal price for the product, in the minimal quantity of the currency.
invoice_payloadstringInvoice 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.