java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessageVideo
- Enclosing class:
- TdApi
A video message.
-
Field Summary
Modifier and TypeFieldDescriptionVideo caption.static final int
boolean
True, if the video thumbnail must be blurred and the video must be shown only while tapped.The video description. -
Constructor Summary
ConstructorDescriptionA video message.MessageVideo
(TdApi.Video video, TdApi.FormattedText caption, boolean isSecret) A video message.MessageVideo
(DataInput input) A video message. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
video
The video description. -
isSecret
public boolean isSecretTrue, if the video thumbnail must be blurred and the video must be shown only while tapped. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
MessageVideo
public MessageVideo()A video message. -
MessageVideo
A video message.- Parameters:
video
- Video The video description.caption
- FormattedText Video caption.isSecret
- boolean True, if the video thumbnail must be blurred and the video must be shown only while tapped.
-
MessageVideo
A video message.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-