public static class TdApi.InputStoryContentPhoto extends TdApi.InputStoryContent
| Modifier and Type | Field and Description |
|---|---|
int[] |
addedStickerFileIds
File identifiers of the stickers added to the photo, if applicable.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.InputFile |
photo
Photo to send.
|
| Constructor and Description |
|---|
InputStoryContentPhoto()
A photo story.
|
InputStoryContentPhoto(TdApi.InputFile photo,
int[] addedStickerFileIds)
A photo story.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.InputFile photo
public int[] addedStickerFileIds
public static final int CONSTRUCTOR
public InputStoryContentPhoto()
public InputStoryContentPhoto(TdApi.InputFile photo, int[] addedStickerFileIds)
photo - Photo to send. The photo must be at most 10 MB in size. The photo size must be 1080x1920.addedStickerFileIds - File identifiers of the stickers added to the photo, if applicable.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object