Package it.tdlight.jni
Class TdApi.SearchContacts
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.SearchContacts
- Enclosing class:
- TdApi
public static class TdApi.SearchContacts extends TdApi.Function
Searches for the specified query in
the first names, last names and
usernames of the known user contacts.
Returns Users
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
int
limit
The maximum number of users to be returned.String
query
Query to search for; may be empty to return all contacts. -
Constructor Summary
Constructors Constructor Description SearchContacts()
Searches for the specified query in the first names, last names and usernames of the known user contacts.SearchContacts(DataInput input)
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
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
Constructor Details
-
SearchContacts
public SearchContacts()Searches for the specified query in the first names, last names and usernames of the known user contacts.Returns
Users
-
SearchContacts
Searches for the specified query in the first names, last names and usernames of the known user contacts.Returns
Users
- 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
- 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()
-