View Source ExTDLib.Object.Video (ExTDLib v0.0.4)
Describes a video file.
| Name | Type | Description |
|---|---|---|
| duration | number | Duration of the video, in seconds; as defined by the sender. |
| width | number | Video width; as defined by the sender. |
| height | number | Video height; as defined by the sender. |
| file_name | string | Original name of the file; as defined by the sender. |
| mime_type | string | MIME type of the file; as defined by the sender. |
| has_stickers | bool | True, if stickers were added to the video. The list of corresponding sticker sets can be received using getAttachedStickerSets. |
| supports_streaming | bool | True, if the video is supposed to be streamed. |
| minithumbnail | minithumbnail | Video minithumbnail; may be null. |
| thumbnail | thumbnail | Video thumbnail in JPEG or MPEG4 format; as defined by the sender; may be null. |
| video | file | File containing the video. |
More details on telegram's documentation.