- API ›
- Constructors ›
- UpdateChannelWebPage
UpdateChannelWebPage
---types--- updateChannelWebPage#2f2ba99f channel_id:long 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::UpdateChannelWebPage(v) = result { ... }