- API ›
- Constructors ›
- UpdateWebPage
UpdateWebPage
---types--- updateWebPage#7f891213 webpage:WebPage pts:int pts_count:int = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateWebPage(v) = result { ... }