Package org.drinkless.tdlib
Class TdApi.GiftForResaleOrderPriceChangeDate
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.GiftForResaleOrder
org.drinkless.tdlib.TdApi.GiftForResaleOrderPriceChangeDate
- Enclosing class:
TdApi
The gifts will be sorted by the last date when their price was changed from the newest to the oldest.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.GiftForResaleOrder
TdApi.GiftForResaleOrder.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionThe gifts will be sorted by the last date when their price was changed from the newest to the oldest. -
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
-
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GiftForResaleOrderPriceChangeDate
public GiftForResaleOrderPriceChangeDate()The gifts will be sorted by the last date when their price was changed from the newest to the oldest.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.GiftForResaleOrder- Returns:
- this.CONSTRUCTOR
-