Module tdlight.api

Class TdApi.TelegramPaymentPurposePremiumGiftCodes

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

public static final class TdApi.TelegramPaymentPurposePremiumGiftCodes extends TdApi.TelegramPaymentPurpose
The user creating Telegram Premium gift codes for other users.
  • Field Details

    • boostedChatId

      public long boostedChatId
      Identifier of the supergroup or channel chat, which will be automatically boosted by the users for duration of the Premium subscription and which is administered by the user; 0 if none.
    • 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.
    • userIds

      public long[] userIds
      Identifiers of the users which can 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

    • TelegramPaymentPurposePremiumGiftCodes

      public TelegramPaymentPurposePremiumGiftCodes()
      The user creating Telegram Premium gift codes for other users.
    • TelegramPaymentPurposePremiumGiftCodes

      public TelegramPaymentPurposePremiumGiftCodes(long boostedChatId, String currency, long amount, long[] userIds, int monthCount)
      The user creating Telegram Premium gift codes for other users.
      Parameters:
      boostedChatId - Identifier of the supergroup or channel chat, which will be automatically boosted by the users for duration of the Premium subscription and which is administered by the user; 0 if none.
      currency - ISO 4217 currency code of the payment currency.
      amount - Paid amount, in the smallest units of the currency.
      userIds - Identifiers of the users which can activate the gift codes.
      monthCount - Number of months the Telegram Premium subscription will be active for the users.
    • TelegramPaymentPurposePremiumGiftCodes

      public TelegramPaymentPurposePremiumGiftCodes(DataInput input) throws IOException
      The user creating Telegram Premium gift codes for other users.
      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