- API ›
- Constructors ›
- Updates ›
- State
State
---types--- updates.state#a56c2a3e pts:int qts:int date:int seq:int unread_count:int = updates.State
Belongs to
| updates.State |
In Rust this constructor is a variant of the enums::updates.State enum.
Match on it with: if let enums::updates.State::State(v) = result { ... }