TDLib v0.0.2 TDLib.Method.SearchContacts View Source
Searches for the specified query in the first names, last names and usernames of the known user contacts.
Returns object_ptr
| Name | Type | Description |
|---|---|---|
| query | string | Query to search for; can be empty to return all contacts. |
| limit | number | Maximum number of users to be returned. |
More details on telegram’s documentation.