Package org.drinkless.tdlib
Class TdApi.UpdateGiftAuctionState
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateGiftAuctionState
- Enclosing class:
- TdApi
State of a gift auction was updated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.New state of the auction. -
Constructor Summary
ConstructorsConstructorDescriptionState of a gift auction was updated.State of a gift auction was updated. -
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
-
state
New state of the auction. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateGiftAuctionState
public UpdateGiftAuctionState()State of a gift auction was updated. -
UpdateGiftAuctionState
State of a gift auction was updated.- Parameters:
state- New state of the auction.
-
-
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
-