contacts.found
Users found by name substring and auxiliary data.
type tg.ContactsFound struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
MyResults | []PeerClass | yes | Personalized results |
Results | []PeerClass | yes | List of found user identifiers |
Chats | []ChatClass | yes | Found chats |
Users | []UserClass | yes | List of users |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
contacts.found#b3134d9d