Package org.drinkless.tdlib
Class TdApi.LinkPreviewTypeWebApp
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.LinkPreviewType
org.drinkless.tdlib.TdApi.LinkPreviewTypeWebApp
- Enclosing class:
- TdApi
The link is a link to a Web App.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Web App photo; may be null if none. -
Constructor Summary
ConstructorsConstructorDescriptionThe link is a link to a Web App.LinkPreviewTypeWebApp(TdApi.Photo photo) The link is a link to a Web App. -
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
-
photo
Web App photo; may be null if none. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
LinkPreviewTypeWebApp
public LinkPreviewTypeWebApp()The link is a link to a Web App. -
LinkPreviewTypeWebApp
The link is a link to a Web App.- Parameters:
photo- Web App photo; may be null if none.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-