public static class TdApi.InputStoryContentVideo extends TdApi.InputStoryContent
| Modifier and Type | Field and Description |
|---|---|
int[] |
addedStickerFileIds
File identifiers of the stickers added to the video, if applicable.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
double |
coverFrameTimestamp
Timestamp of the frame, which will be used as video thumbnail.
|
double |
duration
Precise duration of the video, in seconds; 0-60.
|
boolean |
isAnimation
True, if the video has no sound.
|
TdApi.InputFile |
video
Video to be sent.
|
| Constructor and Description |
|---|
InputStoryContentVideo()
A video story.
|
InputStoryContentVideo(TdApi.InputFile video,
int[] addedStickerFileIds,
double duration,
double coverFrameTimestamp,
boolean isAnimation)
A video story.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.InputFile video
public int[] addedStickerFileIds
public double duration
public double coverFrameTimestamp
public boolean isAnimation
public static final int CONSTRUCTOR
public InputStoryContentVideo()
public InputStoryContentVideo(TdApi.InputFile video, int[] addedStickerFileIds, double duration, double coverFrameTimestamp, boolean isAnimation)
video - Video to be sent. The video size must be 720x1280. The video must be streamable and stored in MPEG4 format, after encoding with H.265 codec and key frames added each second.addedStickerFileIds - File identifiers of the stickers added to the video, if applicable.duration - Precise duration of the video, in seconds; 0-60.coverFrameTimestamp - Timestamp of the frame, which will be used as video thumbnail.isAnimation - True, if the video has no sound.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object