updates.difference

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

NameTypeDescription
new_messages Vector<Message>
new_encrypted_messages Vector<EncryptedMessage>
other_updates Vector<Update>
chats Vector<Chat> Chats and channels referenced by the response — the client should put them in its cache.
users Vector<User> Users referenced by the response — the client should put them in its cache.
state updates.State

Type

updates.Difference

Related pages

Types used here