updates#74ae4240 updates:Vector<Update> users:Vector<User> chats:Vector<Chat> date:int seq:int = Updates;
| Name | Type | Description |
|---|---|---|
| updates | Vector<Update> | |
| users | Vector<User> | Users referenced by the response — the client should put them in its cache. |
| chats | Vector<Chat> | Chats and channels referenced by the response — the client should put them in its cache. |
| date | int | A point in time, unix seconds. |
| seq | int | Sequence number in the update stream. |