View Source ExTDLib.Object.MessagePaymentSuccessfulBot (ExTDLib v0.0.4)
A payment has been completed; for bots only.
| Name | Type | Description |
|---|---|---|
| currency | string | Currency for price of the product. |
| total_amount | string | Total price for the product, in the smallest units of the currency. |
| is_recurring | bool | True, if this is a recurring payment. |
| is_first_recurring | bool | True, if this is the first recurring payment. |
| invoice_payload | bytes | 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.