Class TdApi.PaymentForm

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.PaymentForm
Enclosing class:
TdApi

public static class TdApi.PaymentForm extends TdApi.Object
Contains information about an invoice payment form.
  • Field Details

    • id

      public long id
      The payment form identifier.
    • type

      public TdApi.PaymentFormType type
      Type of the payment form.
    • sellerBotUserId

      public long sellerBotUserId
      User identifier of the seller bot.
    • productInfo

      public TdApi.ProductInfo productInfo
      Information about the product.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • PaymentForm

      public PaymentForm()
      Contains information about an invoice payment form.
    • PaymentForm

      public PaymentForm(long id, TdApi.PaymentFormType type, long sellerBotUserId, TdApi.ProductInfo productInfo)
      Contains information about an invoice payment form.
      Parameters:
      id - The payment form identifier.
      type - Type of the payment form.
      sellerBotUserId - User identifier of the seller bot.
      productInfo - Information about the product.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR