TDLib v0.0.2 TDLib.Object.Video View Source
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 photo. |
| thumbnail | photoSize | Video thumbnail; as defined by the sender; may be null. |
| video | file | File containing the video. |
More details on telegram’s documentation.