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