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.

NameTypeDescription
durationnumberDuration of the video, in seconds; as defined by the sender.
lengthnumberVideo width and height; as defined by the sender.
thumbnailphotoSizeVideo thumbnail; as defined by the sender; may be null.
videofileFile containing the video.

More details on telegram’s documentation.