Module tdlight.api

Class TdApi.MessagePremiumGiftCode

Enclosing class:
TdApi

public static final class TdApi.MessagePremiumGiftCode extends TdApi.MessageContent
A Telegram Premium gift code was created for the user.
  • Field Details

    • creatorId

      public TdApi.MessageSender creatorId
      Identifier of a chat or a user that created the gift code.
    • isFromGiveaway

      public boolean isFromGiveaway
      True, if the gift code was created for a giveaway.
    • isUnclaimed

      public boolean isUnclaimed
      True, if the winner for the corresponding Telegram Premium subscription wasn't chosen.
    • monthCount

      public int monthCount
      Number of month the Telegram Premium subscription will be active after code activation.
    • sticker

      public TdApi.Sticker sticker
      A sticker to be shown in the message; may be null if unknown.
    • code

      public String code
      The gift code.
    • CONSTRUCTOR

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

    • MessagePremiumGiftCode

      public MessagePremiumGiftCode()
      A Telegram Premium gift code was created for the user.
    • MessagePremiumGiftCode

      public MessagePremiumGiftCode(TdApi.MessageSender creatorId, boolean isFromGiveaway, boolean isUnclaimed, int monthCount, TdApi.Sticker sticker, String code)
      A Telegram Premium gift code was created for the user.
      Parameters:
      creatorId - Identifier of a chat or a user that created the gift code.
      isFromGiveaway - True, if the gift code was created for a giveaway.
      isUnclaimed - True, if the winner for the corresponding Telegram Premium subscription wasn't chosen.
      monthCount - Number of month the Telegram Premium subscription will be active after code activation.
      sticker - A sticker to be shown in the message; may be null if unknown.
      code - The gift code.
    • MessagePremiumGiftCode

      public MessagePremiumGiftCode(DataInput input) throws IOException
      A Telegram Premium gift code was created for the user.
      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