View Source ExTDLib.Object.PaymentReceipt (ExTDLib v0.0.4)

Contains information about a successful payment.

NameTypeDescription
titlestringProduct title.
descriptionformattedTextProduct description.
photophotoProduct photo; may be null.
datenumberPoint in time (Unix timestamp) when the payment was made.
seller_bot_user_idstringUser identifier of the seller bot.
payment_provider_user_idstringUser identifier of the payment provider bot.
invoiceinvoiceInformation about the invoice.
order_infoorderInfoOrder information; may be null.
shipping_optionshippingOptionChosen shipping option; may be null.
credentials_titlestringTitle of the saved credentials chosen by the buyer.
tip_amountstringThe amount of tip chosen by the buyer in the smallest units of the currency.

More details on telegram's documentation.