MadelineProto/docs/TD_docs/constructors/pageBlockVideo.md

26 lines
602 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: pageBlockVideo
description: A video
---
## Constructor: pageBlockVideo
[Back to constructors index](index.md)
A video
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
2017-09-29 15:50:59 +02:00
|video|[video](../constructors/video.md) | Yes|The video, nullable|
2017-08-25 15:05:53 +02:00
|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)