contacts.resolvedPeer

contacts.resolvedPeer#7f077ad9 peer:Peer chats:Vector<Chat> users:Vector<User> = contacts.ResolvedPeer;

Parameters

NameTypeDescription
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.

Type

contacts.ResolvedPeer

Related pages

Types used here