- API ›
- Constructors ›
- UpdateShort
UpdateShort
---types--- updateShort#78d4dec1 update:Update date:int = Updates
Belongs to
| Updates |
In Rust this constructor is a variant of the enums::Updates enum.
Match on it with: if let enums::Updates::UpdateShort(v) = result { ... }