Package org.drinkless.tdlib
Class TdApi.CraftGiftResultSuccess
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.CraftGiftResult
org.drinkless.tdlib.TdApi.CraftGiftResultSuccess
- Enclosing class:
TdApi
Crafting was successful.
-
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.The created gift.Unique identifier of the received gift for the current user. -
Constructor Summary
ConstructorsConstructorDescriptionCrafting was successful.CraftGiftResultSuccess(TdApi.UpgradedGift gift, String receivedGiftId) Crafting was successful. -
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
-
gift
The created gift. -
receivedGiftId
Unique identifier of the received gift for the current user. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
CraftGiftResultSuccess
public CraftGiftResultSuccess()Crafting was successful. -
CraftGiftResultSuccess
Crafting was successful.- Parameters:
gift- The created gift.receivedGiftId- Unique identifier of the received gift for the current user.
-
-
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
-