Class TdApi.EmojiStatusTypeUpgradedGift

Enclosing class:
TdApi

public static class TdApi.EmojiStatusTypeUpgradedGift extends TdApi.EmojiStatusType
An upgraded gift set as emoji status.
  • Field Details

    • upgradedGiftId

      public long upgradedGiftId
      Identifier of the upgraded gift.
    • giftTitle

      public String giftTitle
      The title of the upgraded gift.
    • giftName

      public String giftName
      Unique name of the upgraded gift that can be used with internalLinkTypeUpgradedGift.
    • modelCustomEmojiId

      public long modelCustomEmojiId
      Custom emoji identifier of the model of the upgraded gift.
    • symbolCustomEmojiId

      public long symbolCustomEmojiId
      Custom emoji identifier of the symbol of the upgraded gift.
    • backdropColors

      public TdApi.UpgradedGiftBackdropColors backdropColors
      Colors of the backdrop of the upgraded gift.
    • CONSTRUCTOR

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

    • EmojiStatusTypeUpgradedGift

      public EmojiStatusTypeUpgradedGift()
      An upgraded gift set as emoji status.
    • EmojiStatusTypeUpgradedGift

      public EmojiStatusTypeUpgradedGift(long upgradedGiftId, String giftTitle, String giftName, long modelCustomEmojiId, long symbolCustomEmojiId, TdApi.UpgradedGiftBackdropColors backdropColors)
      An upgraded gift set as emoji status.
      Parameters:
      upgradedGiftId - Identifier of the upgraded gift.
      giftTitle - The title of the upgraded gift.
      giftName - Unique name of the upgraded gift that can be used with internalLinkTypeUpgradedGift.
      modelCustomEmojiId - Custom emoji identifier of the model of the upgraded gift.
      symbolCustomEmojiId - Custom emoji identifier of the symbol of the upgraded gift.
      backdropColors - Colors of the backdrop of the upgraded gift.
  • 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