telegram api constructor · layer 229 · #00f49ca0
updates.difference
Full list of occurred events.
definition
updates.difference#f49ca0 new_messages:Vector<Message> new_encrypted_messages:Vector<EncryptedMessage> other_updates:Vector<Update> chats:Vector<Chat> users:Vector<User> state:updates.State = updates.Difference;
parameters
| name | type | description |
|---|---|---|
new_messages | Vector<Message> | List of new messages |
new_encrypted_messages | Vector<EncryptedMessage> | List of new encrypted secret chat messages |
other_updates | Vector<Update> | List of updates |
chats | Vector<Chat> | List of chats mentioned in events |
users | Vector<User> | List of users mentioned in events |
state | updates.State | Current state |
type
updates.Difference · other constructors: updates.differenceEmpty, updates.differenceSlice, updates.differenceTooLong
history
present in layers 2–229 · constructor id changed 1×
| id | layers |
|---|---|
| #8adb0077 | 2–7 |
| #00f49ca0 | 8–229 |