TDLib v0.0.2 TDLib.Object.VideoNote View Source
Describes a video note. The video must be equal in width and height, cropped to a circle, and stored in MPEG4 format.
Name | Type | Description |
---|---|---|
duration | number | Duration of the video, in seconds; as defined by the sender. |
length | number | Video width and height; as defined by the sender. |
thumbnail | photoSize | Video thumbnail; as defined by the sender; may be null. |
video | file | File containing the video. |
More details on telegram’s documentation.