Found

---types---
contacts.found#b3134d9d my_results:Vector<Peer> results:Vector<Peer> chats:Vector<Chat> users:Vector<User> = contacts.Found

Belongs to

contacts.Found

In Rust this constructor is a variant of the enums::contacts.Found enum.
Match on it with: if let enums::contacts.Found::Found(v) = result { ... }

Parameters

my_resultsVector<Peer>required
resultsVector<Peer>required
chatsVector<Chat>required
usersVector<User>required