Layer 220
UpdatesCombined
Constructor for a group of updates.
constructor
updatesCombined#725b04c3 updates:Vector<Update> users:Vector<User> chats:Vector<Chat> date:int seq_start:int seq:int = Updates;
Parameters
Returns
UpdatesGogram Example
// Creating UpdatesCombined constructor obj := &tg.UpdatesCombined{ Updates: []tg.Update{&tg.UpdateNewMessage{}}, Users: []tg.User{&tg.User{}}, Chats: []tg.Chat{&tg.Chat{}}, Date: 0, SeqStart: 0, Seq: 0, }