Layer 227
ContactsFoundObj
Users found by name substring and auxiliary data.
constructor
contacts.found#b3134d9d my_results:Vector<Peer> results:Vector<Peer> chats:Vector<Chat> users:Vector<User> = contacts.Found;
Parameters
| Name | Type | Description |
|---|---|---|
| MyResults | Vector < Peer > | Personalized results |
| Results | Vector < Peer > | List of found user identifiers |
| Chats | Vector < Chat > | Found chats |
| Users | Vector < User > | List of users |
Returns
contacts.FoundGogram Example
// Creating ContactsFoundObj constructor obj := &tg.ContactsFoundObj{ MyResults: &tg.VectorPeer{}, Results: &tg.VectorPeer{}, Chats: &tg.VectorChat{}, Users: &tg.VectorUser{}, }