TDLib v0.0.2 TDLib.Object.PaymentReceipt View Source

Contains information about a successful payment.

NameTypeDescription
datenumberPoint in time (Unix timestamp) when the payment was made.
payments_provider_user_idnumberUser identifier of the payment provider bot.
invoiceinvoiceContains information about the invoice.
order_infoorderInfoContains order information; may be null.
shipping_optionshippingOptionChosen shipping option; may be null.
credentials_titlestringTitle of the saved credentials.

More details on telegram’s documentation.