Class TdApi.PaymentFormTypeStars

Enclosing class:
TdApi

public static class TdApi.PaymentFormTypeStars extends TdApi.PaymentFormType
The payment form is for a payment in Telegram Stars.
  • Field Details

    • starCount

      public long starCount
      Number of Telegram Stars that will be paid.
    • CONSTRUCTOR

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

    • PaymentFormTypeStars

      public PaymentFormTypeStars()
      The payment form is for a payment in Telegram Stars.
    • PaymentFormTypeStars

      public PaymentFormTypeStars(long starCount)
      The payment form is for a payment in Telegram Stars.
      Parameters:
      starCount - Number of Telegram Stars that will be paid.
  • 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