java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputMessageContent
it.tdlight.jni.TdApi.InputMessageVideo
- Enclosing class:
- TdApi
A video message.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint[]File identifiers of the stickers added to the video, if applicable.Video caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters.static final intintDuration of the video, in seconds.booleanTrue, if the video preview must be covered by a spoiler animation; not supported in secret chats.intVideo height.intVideo self-destruct time, in seconds (0-60).booleanTrue, if the video is supposed to be streamed.Video thumbnail; pass null to skip thumbnail uploading.Video to be sent.intVideo width. -
Constructor Summary
ConstructorsConstructorDescriptionA video message.InputMessageVideo(TdApi.InputFile video, TdApi.InputThumbnail thumbnail, int[] addedStickerFileIds, int duration, int width, int height, boolean supportsStreaming, TdApi.FormattedText caption, int selfDestructTime, boolean hasSpoiler) A video message.InputMessageVideo(DataInput input) A video message. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
video
Video to be sent. -
thumbnail
Video thumbnail; pass null to skip thumbnail uploading. -
addedStickerFileIds
public int[] addedStickerFileIdsFile identifiers of the stickers added to the video, if applicable. -
duration
public int durationDuration of the video, in seconds. -
width
public int widthVideo width. -
height
public int heightVideo height. -
supportsStreaming
public boolean supportsStreamingTrue, if the video is supposed to be streamed. -
caption
Video caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters. -
selfDestructTime
public int selfDestructTimeVideo self-destruct time, in seconds (0-60). A non-zero self-destruct time can be specified only in private chats. -
hasSpoiler
public boolean hasSpoilerTrue, if the video preview must be covered by a spoiler animation; not supported in secret chats. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InputMessageVideo
public InputMessageVideo()A video message. -
InputMessageVideo
public InputMessageVideo(TdApi.InputFile video, TdApi.InputThumbnail thumbnail, int[] addedStickerFileIds, int duration, int width, int height, boolean supportsStreaming, TdApi.FormattedText caption, int selfDestructTime, boolean hasSpoiler) A video message.- Parameters:
video- InputFile Video to be sent.thumbnail- InputThumbnail Video thumbnail; pass null to skip thumbnail uploading.addedStickerFileIds- int[] File identifiers of the stickers added to the video, if applicable.duration- int Duration of the video, in seconds.width- int Video width.height- int Video height.supportsStreaming- boolean True, if the video is supposed to be streamed.caption- FormattedText Video caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters.selfDestructTime- int Video self-destruct time, in seconds (0-60). A non-zero self-destruct time can be specified only in private chats.hasSpoiler- boolean True, if the video preview must be covered by a spoiler animation; not supported in secret chats.
-
InputMessageVideo
A video message.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-