- API ›
- Constructors ›
- Updates
Updates
---types--- updates#74ae4240 updates:Vector<Update> users:Vector<User> chats:Vector<Chat> date: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::Updates(v) = result { ... }