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

nametypedescription
updatesVector<Update>List of updates
usersVector<User>List of users mentioned in updates
chatsVector<Chat>List of chats mentioned in updates
dateintCurrent date
seq_startintValue seq for the earliest update in a group
seqintValue seq for the latest update in a group

type

Updates · other constructors: updatesTooLong, updateShortMessage, updateShortChatMessage, updateShort, updates, updateShortSentMessage

history

present in layers 2–229

idlayers
#725b04c32–229