Module tdlight.api

Class TdApi.TelegramPaymentPurposePremiumGiveaway

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.TelegramPaymentPurpose
it.tdlight.jni.TdApi.TelegramPaymentPurposePremiumGiveaway
Enclosing class:
TdApi

public static final class TdApi.TelegramPaymentPurposePremiumGiveaway extends TdApi.TelegramPaymentPurpose
The user creating a Telegram Premium giveaway.
  • Field Details

    • parameters

      Giveaway parameters.
    • currency

      public String currency
      ISO 4217 currency code of the payment currency.
    • amount

      public long amount
      Paid amount, in the smallest units of the currency.
    • winnerCount

      public int winnerCount
      Number of users which will be able to activate the gift codes.
    • monthCount

      public int monthCount
      Number of months the Telegram Premium subscription will be active for the users.
    • CONSTRUCTOR

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

    • TelegramPaymentPurposePremiumGiveaway

      public TelegramPaymentPurposePremiumGiveaway()
      The user creating a Telegram Premium giveaway.
    • TelegramPaymentPurposePremiumGiveaway

      public TelegramPaymentPurposePremiumGiveaway(TdApi.PremiumGiveawayParameters parameters, String currency, long amount, int winnerCount, int monthCount)
      The user creating a Telegram Premium giveaway.
      Parameters:
      parameters - Giveaway parameters.
      currency - ISO 4217 currency code of the payment currency.
      amount - Paid amount, in the smallest units of the currency.
      winnerCount - Number of users which will be able to activate the gift codes.
      monthCount - Number of months the Telegram Premium subscription will be active for the users.
    • TelegramPaymentPurposePremiumGiveaway

      public TelegramPaymentPurposePremiumGiveaway(DataInput input) throws IOException
      The user creating a Telegram Premium giveaway.
      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • 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
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object