Raw.contacts.Found
Users found by name substring and auxiliary data.
contacts.found#b3134d9d my_results:Vector<Peer> results:Vector<Peer> chats:Vector<Chat> users:Vector<User> = contacts.Found;
export namespace Raw {
export namespace contacts {
export class Found {
constructor(params: {
myResults: Array<Raw.TypePeer>;
results: Array<Raw.TypePeer>;
chats: Array<Raw.TypeChat>;
users: Array<Raw.TypeUser>;
}) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xb3134d9d
Property
myResults
: Array of Raw.TypePeerPersonalized results
results
: Array of Raw.TypePeerList of found user identifiers
chats
: Array of Raw.TypeChatFound chats
users
: Array of Raw.TypeUserList of users