Package org.drinkless.tdlib
Class TdApi.GiftResaleResultPriceIncreased
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.GiftResaleResult
org.drinkless.tdlib.TdApi.GiftResaleResultPriceIncreased
- Enclosing class:
- TdApi
Operation has failed, because price has increased. If the price has decreased, then the buying will succeed anyway.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.New price for the gift. -
Constructor Summary
ConstructorsConstructorDescriptionOperation has failed, because price has increased.Operation has failed, because price has increased. -
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
-
price
New price for the gift. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GiftResaleResultPriceIncreased
public GiftResaleResultPriceIncreased()Operation has failed, because price has increased. If the price has decreased, then the buying will succeed anyway. -
GiftResaleResultPriceIncreased
Operation has failed, because price has increased. If the price has decreased, then the buying will succeed anyway.- Parameters:
price- New price for 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
-