- API ›
- Constructors ›
- Updates ›
- DifferenceSlice
DifferenceSlice
---types--- updates.differenceSlice#a8fb1981 new_messages:Vector<Message> new_encrypted_messages:Vector<EncryptedMessage> other_updates:Vector<Update> chats:Vector<Chat> users:Vector<User> intermediate_state:updates.State = 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::DifferenceSlice(v) = result { ... }