public static class TdApi.LinkPreviewTypeApp extends TdApi.LinkPreviewType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Photo |
photo
Photo for the app.
|
| Constructor and Description |
|---|
LinkPreviewTypeApp()
The 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.
|
| 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 LinkPreviewTypeApp()
public LinkPreviewTypeApp(TdApi.Photo photo)
photo - Photo for the app.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object