Package org.drinkless.tdlib
Class TdApi.LinkPreviewTypeUpgradedGift
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.LinkPreviewType
org.drinkless.tdlib.TdApi.LinkPreviewTypeUpgradedGift
- Enclosing class:
- TdApi
The link is a link to an upgraded gift.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.The 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
-
gift
The gift. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
LinkPreviewTypeUpgradedGift
public LinkPreviewTypeUpgradedGift()The link is a link to an upgraded gift. -
LinkPreviewTypeUpgradedGift
The link is a link to an 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
-