payments.PaymentForm

class pyrogram.raw.types.payments.PaymentForm

Telegram API type.

Constructor of PaymentForm.

Details:
  • Layer: 187

  • ID: A0058751

Parameters:
  • form_id (int 64-bit) – N/A

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

  • title (str) – N/A

  • description (str) – N/A

  • invoice (Invoice) – N/A

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

  • url (str) – N/A

  • users (List of User) – N/A

  • can_save_credentials (bool, optional) – N/A

  • password_missing (bool, optional) – N/A

  • photo (WebDocument, optional) – N/A

  • native_provider (str, optional) – N/A

  • native_params (DataJSON, optional) – N/A

  • additional_methods (List of PaymentFormMethod, optional) – N/A

  • saved_info (PaymentRequestedInfo, optional) – N/A

  • saved_credentials (List of PaymentSavedCredentials, optional) – N/A

Functions:

This object can be returned by 1 function.

payments.GetPaymentForm

Telegram API function.