Package org.drinkless.tdlib
Class TdApi.GetGiftAuctionAcquiredGifts
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.GiftAuctionAcquiredGifts>
org.drinkless.tdlib.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 Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.longIdentifier of the auctioned gift. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns the gifts that were acquired by the current user on a gift auction.GetGiftAuctionAcquiredGifts(long giftId) Creates a function, which returns the gifts that were acquired by the current user on a gift auction. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
giftId
public long giftIdIdentifier of the auctioned gift. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier 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
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-