Package org.drinkless.tdlib
Class TdApi.UpdateActiveGiftAuctions
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateActiveGiftAuctions
- Enclosing class:
- TdApi
The list of auctions in which participate the current user has changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.New states of the auctions. -
Constructor Summary
ConstructorsConstructorDescriptionThe list of auctions in which participate the current user has changed.The list of auctions in which participate the current user has changed. -
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
-
states
New states of the auctions. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateActiveGiftAuctions
public UpdateActiveGiftAuctions()The list of auctions in which participate the current user has changed. -
UpdateActiveGiftAuctions
The list of auctions in which participate the current user has changed.- Parameters:
states- New states of the auctions.
-
-
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
-