Package org.drinkless.tdlib
Class TdApi.GiftAuctionState
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.GiftAuctionState
- Enclosing class:
- TdApi
Represent auction state of a gift.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The gift.Auction state of the gift. -
Constructor Summary
ConstructorsConstructorDescriptionRepresent auction state of a gift.GiftAuctionState(TdApi.Gift gift, TdApi.AuctionState state) Represent auction state of a gift. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
gift
The gift. -
state
Auction state of the gift. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GiftAuctionState
public GiftAuctionState()Represent auction state of a gift. -
GiftAuctionState
Represent auction state of a gift.- Parameters:
gift- The gift.state- Auction state of the 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
-