Package org.drinkless.tdlib
Class TdApi.GiftResaleResultOk
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.GiftResaleResult
org.drinkless.tdlib.TdApi.GiftResaleResultOk
- Enclosing class:
TdApi
Operation was successfully completed.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.GiftResaleResult
TdApi.GiftResaleResult.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Unique identifier of the received gift; only for the gifts sent to the current user. -
Constructor Summary
ConstructorsConstructorDescriptionOperation was successfully completed.GiftResaleResultOk(String receivedGiftId) Operation was successfully completed. -
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
-
receivedGiftId
Unique identifier of the received gift; only for the gifts sent to the current user. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GiftResaleResultOk
public GiftResaleResultOk()Operation was successfully completed. -
GiftResaleResultOk
Operation was successfully completed.- Parameters:
receivedGiftId- Unique identifier of the received gift; only for the gifts sent to 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.GiftResaleResult- Returns:
- this.CONSTRUCTOR
-