payments.PaymentReceipt

class pyrogram.raw.types.payments.PaymentReceipt

Telegram API type.

Constructor of PaymentReceipt.

Details:
  • Layer: 187

  • ID: 70C4FE03

Parameters:
  • date (int 32-bit) – N/A

  • bot_id (int 64-bit) – N/A

  • provider_id (int 64-bit) – N/A

  • title (str) – N/A

  • description (str) – N/A

  • invoice (Invoice) – N/A

  • currency (str) – N/A

  • total_amount (int 64-bit) – N/A

  • credentials_title (str) – N/A

  • users (List of User) – N/A

  • photo (WebDocument, optional) – N/A

  • info (PaymentRequestedInfo, optional) – N/A

  • shipping (ShippingOption, optional) – N/A

  • tip_amount (int 64-bit, optional) – N/A

Functions:

This object can be returned by 1 function.

payments.GetPaymentReceipt

Telegram API function.