View Source ExTDLib.Object.InputMessageVideo (ExTDLib v0.0.4)
A video message.
| Name | Type | Description |
|---|---|---|
| video | InputFile | Video to be sent. |
| thumbnail | inputThumbnail | Video thumbnail; pass null to skip thumbnail uploading. |
| added_sticker_file_ids | number | File identifiers of the stickers added to the video, if applicable. |
| duration | number | Duration of the video, in seconds. |
| width | number | Video width. |
| height | number | Video height. |
| supports_streaming | bool | True, if the video is supposed to be streamed. |
| caption | formattedText | Video caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters. |
| self_destruct_type | MessageSelfDestructType | Video self-destruct type; pass null if none; private chats only. |
| has_spoiler | bool | True, if the video preview must be covered by a spoiler animation; not supported in secret chats. |
More details on telegram's documentation.