Package org.drinkless.tdlib
Class TdApi.PollMediaVideo
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PollMedia
org.drinkless.tdlib.TdApi.PollMediaVideo
- Enclosing class:
- TdApi
A video.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAlternative qualities of the video.static final intIdentifier uniquely determining type of the object.Cover of the video; may be null if none.intTimestamp from which the video playing must start, in seconds.Available storyboards for the video.The video description. -
Constructor Summary
ConstructorsConstructorDescriptionA video.PollMediaVideo(TdApi.Video video, TdApi.AlternativeVideo[] alternativeVideos, TdApi.VideoStoryboard[] storyboards, TdApi.Photo cover, int startTimestamp) A video. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
video
The video description. -
alternativeVideos
Alternative qualities of the video. -
storyboards
Available storyboards for the video. -
cover
Cover of the video; may be null if none. -
startTimestamp
public int startTimestampTimestamp from which the video playing must start, in seconds. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PollMediaVideo
public PollMediaVideo()A video. -
PollMediaVideo
public PollMediaVideo(TdApi.Video video, TdApi.AlternativeVideo[] alternativeVideos, TdApi.VideoStoryboard[] storyboards, TdApi.Photo cover, int startTimestamp) A video.- Parameters:
video- The video description.alternativeVideos- Alternative qualities of the video.storyboards- Available storyboards for the video.cover- Cover of the video; may be null if none.startTimestamp- Timestamp from which the video playing must start, in seconds.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-