- Enclosing class:
- TdApi
Searches for the specified query in
the first names, last names and
usernames of the known user contacts.
Returns
Users
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
The maximum number of users to be returned.Query to search for; may be empty to return all contacts. -
Constructor Summary
ConstructorDescriptionSearches for the specified query in the first names, last names and usernames of the known user contacts.SearchContacts
(DataInput input) Searches for the specified query in the first names, last names and usernames of the known user contacts.SearchContacts
(String query, int limit) Searches for the specified query in the first names, last names and usernames of the known user contacts. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
query
Query to search for; may be empty to return all contacts. -
limit
public int limitThe maximum number of users to be returned. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SearchContacts
public SearchContacts()Searches for the specified query in the first names, last names and usernames of the known user contacts. ReturnsUsers
-
SearchContacts
Searches for the specified query in the first names, last names and usernames of the known user contacts. ReturnsUsers
- Parameters:
query
- String Query to search for; may be empty to return all contacts.limit
- int The maximum number of users to be returned.
-
SearchContacts
Searches for the specified query in the first names, last names and usernames of the known user contacts. ReturnsUsers
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-