Package org.drinkless.tdlib
Class TdApi.InternalLinkTypeUpgradedGift
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InternalLinkType
org.drinkless.tdlib.TdApi.InternalLinkTypeUpgradedGift
- Enclosing class:
- TdApi
The link is a link to an upgraded gift. Call getUpgradedGift with the given name to process the link.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.Name of the unique gift. -
Constructor Summary
ConstructorsConstructorDescriptionThe link is a link to an upgraded gift.The link is a link to an 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
-
name
Name of the unique gift. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InternalLinkTypeUpgradedGift
public InternalLinkTypeUpgradedGift()The link is a link to an upgraded gift. Call getUpgradedGift with the given name to process the link. -
InternalLinkTypeUpgradedGift
The link is a link to an upgraded gift. Call getUpgradedGift with the given name to process the link.- Parameters:
name
- Name of the unique 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
-