TDLib v0.0.2 TDLib.Object.PaymentReceipt View Source
Contains information about a successful payment.
| Name | Type | Description |
|---|---|---|
| date | number | Point in time (Unix timestamp) when the payment was made. |
| payments_provider_user_id | number | User identifier of the payment provider bot. |
| invoice | invoice | Contains information about the invoice. |
| order_info | orderInfo | Contains order information; may be null. |
| shipping_option | shippingOption | Chosen shipping option; may be null. |
| credentials_title | string | Title of the saved credentials. |
More details on telegram’s documentation.