java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputMessageContent
it.tdlight.jni.TdApi.InputMessageVideoNote
- Enclosing class:
- TdApi
A video note message.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intintDuration of the video, in seconds.intVideo width and height; must be positive and not greater than 640.Video thumbnail; pass null to skip thumbnail uploading.Video note to be sent. -
Constructor Summary
ConstructorsConstructorDescriptionA video note message.InputMessageVideoNote(TdApi.InputFile videoNote, TdApi.InputThumbnail thumbnail, int duration, int length) A video note message.InputMessageVideoNote(DataInput input) A video note message. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
videoNote
Video note to be sent. -
thumbnail
Video thumbnail; pass null to skip thumbnail uploading. -
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:
-
-
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; pass null to skip thumbnail uploading.duration- int Duration of the video, in seconds.length- int Video width and height; must be positive and not greater than 640.
-
InputMessageVideoNote
A video note 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()
-