Package org.drinkless.tdlib
Class TdApi.SentGiftUpgraded
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.SentGift
org.drinkless.tdlib.TdApi.SentGiftUpgraded
- Enclosing class:
- TdApi
Upgraded gift.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.The gift. -
Constructor Summary
ConstructorsConstructorDescriptionUpgraded gift.Upgraded gift. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
gift
The gift. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SentGiftUpgraded
public SentGiftUpgraded()Upgraded gift. -
SentGiftUpgraded
Upgraded gift.- Parameters:
gift
- The gift.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-