Skip to content

PaymentReceipt

Type · TDLib 1.8.67 · d1085f9c

Contains information about a successful payment

PaymentReceipt(
  product_info: ProductInfo,
  date: int32,
  seller_bot_user_id: int53,
  type: PaymentReceiptType
) → PaymentReceipt

product_info

ProductInfo

Information about the product

date

int32

Point in time (Unix timestamp) when the payment was made

seller_bot_user_id

int53

User identifier of the seller bot

type

PaymentReceiptType

Type of the payment receipt