View Source ExTDLib.Object.MessageVideo (ExTDLib v0.0.4)
A video message.
| Name | Type | Description |
|---|---|---|
| video | video | The video description. |
| caption | formattedText | Video caption. |
| has_spoiler | bool | True, if the video preview must be covered by a spoiler animation. |
| is_secret | bool | True, if the video thumbnail must be blurred and the video must be shown only while tapped. |
More details on telegram's documentation.