Package it.tdlight.jni
Class TdApi.InputMessageVideoNote
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputMessageContent
it.tdlight.jni.TdApi.InputMessageVideoNote
- Enclosing class:
- TdApi
public static class TdApi.InputMessageVideoNote extends TdApi.InputMessageContent
A video note message.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
int
duration
Duration of the video, in seconds.int
length
Video width and height; must be positive and not greater than 640.TdApi.InputThumbnail
thumbnail
Video thumbnail, if available.TdApi.InputFile
videoNote
Video note to be sent. -
Constructor Summary
Constructors Constructor Description InputMessageVideoNote()
A video note message.InputMessageVideoNote(TdApi.InputFile videoNote, TdApi.InputThumbnail thumbnail, int duration, int length)
A video note message.InputMessageVideoNote(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
videoNote
Video note to be sent. -
thumbnail
Video thumbnail, if available. -
duration
public int durationDuration of the video, in seconds. -
length
public int lengthVideo width and height; must be positive and not greater than 640. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
InputMessageVideoNote
public InputMessageVideoNote()A video note message. -
InputMessageVideoNote
public InputMessageVideoNote(TdApi.InputFile videoNote, TdApi.InputThumbnail thumbnail, int duration, int length)A video note message.- Parameters:
videoNote
- InputFile Video note to be sent.thumbnail
- InputThumbnail Video thumbnail, if available.duration
- int Duration of the video, in seconds.length
- int Video width and height; must be positive and not greater than 640.
-
InputMessageVideoNote
- 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()
-