public static class TdApi.InputMessageVideoNote extends TdApi.InputMessageContent
TdApi.InputMessageContent.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
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; pass null to skip thumbnail uploading.
|
TdApi.InputFile |
videoNote
Video note to be sent.
|
Constructor and Description |
---|
InputMessageVideoNote()
A video note message.
|
InputMessageVideoNote(TdApi.InputFile videoNote,
TdApi.InputThumbnail thumbnail,
int duration,
int length)
A video note message.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.InputFile videoNote
public TdApi.InputThumbnail thumbnail
public int duration
public int length
public static final int CONSTRUCTOR
public InputMessageVideoNote()
public InputMessageVideoNote(TdApi.InputFile videoNote, TdApi.InputThumbnail thumbnail, int duration, int length)
videoNote
- Video note to be sent.thumbnail
- Video thumbnail; pass null to skip thumbnail uploading.duration
- Duration of the video, in seconds.length
- Video width and height; must be positive and not greater than 640.public int getConstructor()
getConstructor
in class TdApi.InputMessageContent