MadelineProto/docs/TD_docs/constructors/pageBlockVideo.md
Daniil Gentili 8600a2fcba docufix
2017-09-29 15:50:59 +02:00

26 lines
602 B
Markdown

---
title: pageBlockVideo
description: A video
---
## 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)