public static class TdApi.LinkPreviewTypeWebApp extends TdApi.LinkPreviewType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Photo |
photo
Web App photo; may be null if none.
|
| Constructor and Description |
|---|
LinkPreviewTypeWebApp()
The link is a link to a Web App.
|
LinkPreviewTypeWebApp(TdApi.Photo photo)
The link is a link to a Web App.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Photo photo
public static final int CONSTRUCTOR
public LinkPreviewTypeWebApp()
public LinkPreviewTypeWebApp(TdApi.Photo photo)
photo - Web App photo; may be null if none.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object