Package org.drinkless.tdlib
Class TdApi.MessageVideo
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.MessageContent
-
- org.drinkless.tdlib.TdApi.MessageVideo
-
- Enclosing class:
- TdApi
public static class TdApi.MessageVideo extends TdApi.MessageContent
A video message.
-
-
Field Summary
Fields Modifier and Type Field Description TdApi.FormattedTextcaptionVideo caption.static intCONSTRUCTORIdentifier uniquely determining type of the object.booleanisSecretTrue, if the video thumbnail must be blurred and the video must be shown only while tapped.TdApi.VideovideoThe video description.
-
Constructor Summary
Constructors Constructor Description MessageVideo()A video message.MessageVideo(TdApi.Video video, TdApi.FormattedText caption, boolean isSecret)A video message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
video
public TdApi.Video video
The video description.
-
caption
public TdApi.FormattedText caption
Video caption.
-
isSecret
public boolean isSecret
True, if the video thumbnail must be blurred and the video must be shown only while tapped.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MessageVideo
public MessageVideo()
A video message.
-
MessageVideo
public MessageVideo(TdApi.Video video, TdApi.FormattedText caption, boolean isSecret)
A video message.- Parameters:
video- The video description.caption- Video caption.isSecret- True, if the video thumbnail must be blurred and the video must be shown only while tapped.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-