public static class TdApi.MessageVideo extends TdApi.MessageContent
TdApi.MessageContent.Constructors
Modifier and Type | Field and Description |
---|---|
TdApi.FormattedText |
caption
Video caption.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isSecret
True, if the video thumbnail must be blurred and the video must be shown only while tapped.
|
TdApi.Video |
video
The video description.
|
Constructor and Description |
---|
MessageVideo()
A video message.
|
MessageVideo(TdApi.Video video,
TdApi.FormattedText caption,
boolean isSecret)
A video message.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.Video video
public TdApi.FormattedText caption
public boolean isSecret
public static final int CONSTRUCTOR
public MessageVideo()
public MessageVideo(TdApi.Video video, TdApi.FormattedText caption, boolean isSecret)
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.public int getConstructor()
getConstructor
in class TdApi.MessageContent