contacts.resolvedPeer#7f077ad9 peer:Peer chats:Vector<Chat> users:Vector<User> = contacts.ResolvedPeer;
| Name | Type | Description |
|---|---|---|
| peer | Peer | The user or chat the request is about. |
| 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. |