MadelineProtoDocs/docs/TD_docs/constructors/pageBlockVideo.md

26 lines
602 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
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)