Package org.drinkless.tdlib
Class TdApi.CraftGiftResultTooEarly
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.CraftGiftResult
org.drinkless.tdlib.TdApi.CraftGiftResultTooEarly
- Enclosing class:
TdApi
Crafting isn't possible because one of the gifts can't be used for crafting yet.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.CraftGiftResult
TdApi.CraftGiftResult.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intTime left before the gift can be used for crafting. -
Constructor Summary
ConstructorsConstructorDescriptionCrafting isn't possible because one of the gifts can't be used for crafting yet.CraftGiftResultTooEarly(int retryAfter) Crafting isn't possible because one of the gifts can't be used for crafting yet. -
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
-
retryAfter
public int retryAfterTime left before the gift can be used for crafting. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
CraftGiftResultTooEarly
public CraftGiftResultTooEarly()Crafting isn't possible because one of the gifts can't be used for crafting yet. -
CraftGiftResultTooEarly
public CraftGiftResultTooEarly(int retryAfter) Crafting isn't possible because one of the gifts can't be used for crafting yet.- Parameters:
retryAfter- Time left before the gift can be used for crafting.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.CraftGiftResult- Returns:
- this.CONSTRUCTOR
-