View Source ExTDLib.Object.PaymentReceipt (ExTDLib v0.0.4)
Contains information about a successful payment.
| Name | Type | Description |
|---|---|---|
| title | string | Product title. |
| description | formattedText | Product description. |
| photo | photo | Product photo; may be null. |
| date | number | Point in time (Unix timestamp) when the payment was made. |
| seller_bot_user_id | string | User identifier of the seller bot. |
| payment_provider_user_id | string | User identifier of the payment provider bot. |
| invoice | invoice | Information about the invoice. |
| order_info | orderInfo | Order information; may be null. |
| shipping_option | shippingOption | Chosen shipping option; may be null. |
| credentials_title | string | Title of the saved credentials chosen by the buyer. |
| tip_amount | string | The amount of tip chosen by the buyer in the smallest units of the currency. |
More details on telegram's documentation.