telegram api constructor · layer 229 · #725b04c3
updatesCombined
Constructor for a group of updates.
definition
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> | List of updates |
users | Vector<User> | List of users mentioned in updates |
chats | Vector<Chat> | List of chats mentioned in updates |
date | int | Current date |
seq_start | int | Value seq for the earliest update in a group |
seq | int | Value seq for the latest update in a group |
type
Updates · other constructors: updatesTooLong, updateShortMessage, updateShortChatMessage, updateShort, updates, updateShortSentMessage
history
present in layers 2–229
| id | layers |
|---|---|
| #725b04c3 | 2–229 |