Layer 227
ChatlistsChatlistUpdatesObj
Updated information about a chat folder deep link.
constructor
chatlists.chatlistUpdates#93bd878d missing_peers:Vector<Peer> chats:Vector<Chat> users:Vector<User> = chatlists.ChatlistUpdates;
Parameters
| Name | Type | Description |
|---|---|---|
| MissingPeers | Vector < Peer > | New peers to join |
| Chats | Vector < Chat > | Related chat information |
| Users | Vector < User > | Related user information |
Returns
chatlists.ChatlistUpdatesGogram Example
// Creating ChatlistsChatlistUpdatesObj constructor obj := &tg.ChatlistsChatlistUpdatesObj{ MissingPeers: &tg.VectorPeer{}, Chats: &tg.VectorChat{}, Users: &tg.VectorUser{}, }