- API ›
- Constructors ›
- PageBlockEmbed
PageBlockEmbed
---types--- pageBlockEmbed#a8718dc5 full_width:flags.0?true allow_scrolling:flags.3?true url:flags.1?string html:flags.2?string poster_photo_id:flags.4?long w:flags.5?int h:flags.5?int 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::PageBlockEmbed(v) = result { ... }