View Source ExTDLib.Object.Video (ExTDLib v0.0.4)

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 video. The list of corresponding sticker sets can be received using getAttachedStickerSets.
supports_streamingboolTrue, if the video is supposed to be streamed.
minithumbnailminithumbnailVideo minithumbnail; may be null.
thumbnailthumbnailVideo thumbnail in JPEG or MPEG4 format; as defined by the sender; may be null.
videofileFile containing the video.

More details on telegram's documentation.