updatesCombined#725b04c3 updates:Vector<Update> users:Vector<User> chats:Vector<Chat> date:int seq_start:int seq:int = Updates;
Parameters
| 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_start |
int |
|
| seq |
int |
Sequence number in the update stream. |
Type
Updates
Related pages
Types used here