TDLib v0.0.2 TDLib.Object.InputMessageVideo View Source
A video message.
Name | Type | Description |
---|---|---|
video | InputFile | Video to be sent. |
thumbnail | inputThumbnail | Video thumbnail, if available. |
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. |
caption | formattedText | Video caption; 0-200 characters. |
ttl | number | Video TTL (Time To Live), in seconds (0-60). A non-zero TTL can be specified only in private chats. |
More details on telegram’s documentation.