- API ›
- Constructors ›
- UpdatesCombined
UpdatesCombined
---types--- updatesCombined#725b04c3 updates:Vector<Update> users:Vector<User> chats:Vector<Chat> date:int seq_start:int seq: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::UpdatesCombined(v) = result { ... }