Class TdApi.GetGiftAuctionAcquiredGifts

Enclosing class:
TdApi

public static class TdApi.GetGiftAuctionAcquiredGifts extends TdApi.Function<TdApi.GiftAuctionAcquiredGifts>
Returns the gifts that were acquired by the current user on a gift auction.

Returns GiftAuctionAcquiredGifts

  • Field Details

    • giftId

      public long giftId
      Identifier of the auctioned gift.
    • CONSTRUCTOR

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

    • GetGiftAuctionAcquiredGifts

      public GetGiftAuctionAcquiredGifts()
      Default constructor for a function, which returns the gifts that were acquired by the current user on a gift auction.

      Returns GiftAuctionAcquiredGifts

    • GetGiftAuctionAcquiredGifts

      public GetGiftAuctionAcquiredGifts(long giftId)
      Creates a function, which returns the gifts that were acquired by the current user on a gift auction.

      Returns GiftAuctionAcquiredGifts

      Parameters:
      giftId - Identifier of the auctioned gift.
  • Method Details