Class TdApi.UpgradedGiftOriginUpgrade

Enclosing class:
TdApi

public static class TdApi.UpgradedGiftOriginUpgrade extends TdApi.UpgradedGiftOrigin
The gift was obtained by upgrading of a previously received gift.
  • Field Details

    • giftMessageId

      public long giftMessageId
      Identifier of the message with the regular gift that was upgraded; may be 0 or an identifier of a deleted message.
    • CONSTRUCTOR

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

    • UpgradedGiftOriginUpgrade

      public UpgradedGiftOriginUpgrade()
      The gift was obtained by upgrading of a previously received gift.
    • UpgradedGiftOriginUpgrade

      public UpgradedGiftOriginUpgrade(long giftMessageId)
      The gift was obtained by upgrading of a previously received gift.
      Parameters:
      giftMessageId - Identifier of the message with the regular gift that was upgraded; may be 0 or an identifier of a deleted message.
  • Method Details