- API ›
- Constructors ›
- PageRelatedArticle
PageRelatedArticle
---types--- pageRelatedArticle#b390dc08 url:string webpage_id:long title:flags.0?string description:flags.1?string photo_id:flags.2?long author:flags.3?string published_date:flags.4?int = PageRelatedArticle
Belongs to
| PageRelatedArticle |
In Rust this constructor is a variant of the enums::PageRelatedArticle enum.
Match on it with: if let enums::PageRelatedArticle::PageRelatedArticle(v) = result { ... }