- API ›
- Constructors ›
- UpdateStoryId
UpdateStoryId
---types--- updateStoryID#1bf335b9 id:int random_id:long = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateStoryId(v) = result { ... }