TDLib v0.0.2 TDLib.Object.Video View Source

Describes a video file.

NameTypeDescription
durationnumberDuration of the video, in seconds; as defined by the sender.
widthnumberVideo width; as defined by the sender.
heightnumberVideo height; as defined by the sender.
file_namestringOriginal name of the file; as defined by the sender.
mime_typestringMIME type of the file; as defined by the sender.
has_stickersboolTrue, if stickers were added to the photo.
thumbnailphotoSizeVideo thumbnail; as defined by the sender; may be null.
videofileFile containing the video.

More details on telegram’s documentation.