MadelineProtoDocs/docs/TD_docs/constructors/pageBlockVideo.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

27 lines
675 B
Markdown

---
title: pageBlockVideo
description: A video
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: pageBlockVideo
[Back to constructors index](index.md)
A video
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|video|[video](../constructors/video.md) | Yes|The video, nullable|
|caption|[RichText](../types/RichText.md) | Yes|Video caption|
|need\_autoplay|[Bool](../types/Bool.md) | Yes|True, if the video should be autoplayed|
|is\_looped|[Bool](../types/Bool.md) | Yes|True, if the video is looped|
### Type: [PageBlock](../types/PageBlock.md)