- API ›
- Constructors ›
- PageBlockVideo
PageBlockVideo
---types--- pageBlockVideo#7c8fe7b6 autoplay:flags.0?true loop:flags.1?true video_id:long caption:PageCaption = PageBlock
Belongs to
| PageBlock |
In Rust this constructor is a variant of the enums::PageBlock enum.
Match on it with: if let enums::PageBlock::PageBlockVideo(v) = result { ... }
Parameters
| autoplay | true | optional |
| loop | true | optional |
| video_id | long | required |
| caption | PageCaption | required |