View Source ExTDLib.Object.InputMessageVideoNote (ExTDLib v0.0.4)
A video note message.
| Name | Type | Description |
|---|---|---|
| video_note | InputFile | Video note to be sent. |
| thumbnail | inputThumbnail | Video thumbnail; pass null to skip thumbnail uploading. |
| duration | number | Duration of the video, in seconds. |
| length | number | Video width and height; must be positive and not greater than 640. |
More details on telegram's documentation.