TDLib v0.0.2 TDLib.Object.MessagePaymentSuccessfulBot View Source
A payment has been completed; for bots only.
| Name | Type | Description |
|---|---|---|
| invoice_message_id | string | Identifier of the message with the corresponding invoice; can be an identifier of a deleted message. |
| currency | string | Currency for price of the product. |
| total_amount | string | Total price for the product, in the minimal quantity of the currency. |
| invoice_payload | string | Invoice payload. |
| shipping_option_id | string | Identifier of the shipping option chosen by the user, may be empty if not applicable. |
| order_info | orderInfo | Information about the order; may be null. |
| telegram_payment_charge_id | string | Telegram payment identifier. |
| provider_payment_charge_id | string | Provider payment identifier. |
More details on telegram’s documentation.