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