- API ›
- Constructors ›
- Updates ›
- DifferenceEmpty
DifferenceEmpty
---types--- updates.differenceEmpty#5d75a138 date:int seq:int = updates.Difference
Belongs to
| updates.Difference |
In Rust this constructor is a variant of the enums::updates.Difference enum.
Match on it with: if let enums::updates.Difference::DifferenceEmpty(v) = result { ... }