TDLib v0.0.2 TDLib.Object.PageBlockVideo View Source
A video.
| Name | Type | Description |
|---|---|---|
| video | video | Video file; may be null. |
| caption | RichText | Video caption. |
| need_autoplay | bool | True, if the video should be played automatically. |
| is_looped | bool | True, if the video should be looped. |
More details on telegram’s documentation.