- API ›
- Constructors ›
- Page
Page
---types--- page#98657f0d part:flags.0?true rtl:flags.1?true v2:flags.2?true url:string blocks:Vector<PageBlock> photos:Vector<Photo> documents:Vector<Document> views:flags.3?int = Page
Belongs to
| Page |
In Rust this constructor is a variant of the enums::Page enum.
Match on it with: if let enums::Page::Page(v) = result { ... }