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

autoplaytrueoptional
looptrueoptional
video_idlongrequired
captionPageCaptionrequired