public static class TdApi.StoryContentVideo extends TdApi.StoryContent
| Modifier and Type | Field and Description |
|---|---|
TdApi.StoryVideo |
alternativeVideo
Alternative version of the video in MPEG4 format, encoded with H.264 codec; may be null.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.StoryVideo |
video
The video in MPEG4 format.
|
| Constructor and Description |
|---|
StoryContentVideo()
A video story.
|
StoryContentVideo(TdApi.StoryVideo video,
TdApi.StoryVideo alternativeVideo)
A video story.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.StoryVideo video
public TdApi.StoryVideo alternativeVideo
public static final int CONSTRUCTOR
public StoryContentVideo()
public StoryContentVideo(TdApi.StoryVideo video, TdApi.StoryVideo alternativeVideo)
video - The video in MPEG4 format.alternativeVideo - Alternative version of the video in MPEG4 format, encoded with H.264 codec; may be null.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object