public static class TdApi.LinkPreviewAlbumMediaPhoto extends TdApi.LinkPreviewAlbumMedia
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Photo |
photo
Photo description.
|
| Constructor and Description |
|---|
LinkPreviewAlbumMediaPhoto()
The media is a photo.
|
LinkPreviewAlbumMediaPhoto(TdApi.Photo photo)
The media is a photo.
|
| 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 LinkPreviewAlbumMediaPhoto()
public LinkPreviewAlbumMediaPhoto(TdApi.Photo photo)
photo - Photo description.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object