Package org.drinkless.tdlib
Class TdApi.LinkPreviewTypeApp
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.LinkPreviewType
org.drinkless.tdlib.TdApi.LinkPreviewTypeApp
- Enclosing class:
- TdApi
The link is a link to an app at App Store or Google Play.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.Photo for the app. -
Constructor Summary
ConstructorsConstructorDescriptionThe link is a link to an app at App Store or Google Play.LinkPreviewTypeApp
(TdApi.Photo photo) The link is a link to an app at App Store or Google Play. -
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
-
photo
Photo for the app. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
LinkPreviewTypeApp
public LinkPreviewTypeApp()The link is a link to an app at App Store or Google Play. -
LinkPreviewTypeApp
The link is a link to an app at App Store or Google Play.- Parameters:
photo
- Photo for the app.
-
-
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
-