WebPage
---types---
webPage#e89c45b2 has_large_media:flags.13?true video_cover_photo:flags.14?true id:long url:string display_url:string hash:int type:flags.0?string site_name:flags.1?string title:flags.2?string description:flags.3?string photo:flags.4?Photo embed_url:flags.5?string embed_type:flags.5?string embed_width:flags.6?int embed_height:flags.6?int duration:flags.7?int author:flags.8?string document:flags.9?Document cached_page:flags.10?Page attributes:flags.12?Vector<WebPageAttribute> = WebPage
Belongs to
In Rust this constructor is a variant of the enums::WebPage enum.
Match on it with: if let enums::WebPage::WebPage(v) = result { ... }
Parameters