updatesCombined

Constructor for a group of updates.

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