- Enclosing class:
- TdApi
Searches for the specified query in
the title and username of already
known chats via request to the server.
Returns chats in the order seen in
the main chat list.
Returns
Chats
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
The maximum number of chats to be returned.Query to search for. -
Constructor Summary
ConstructorDescriptionSearches for the specified query in the title and username of already known chats via request to the server.SearchChatsOnServer
(DataInput input) Searches for the specified query in the title and username of already known chats via request to the server.SearchChatsOnServer
(String query, int limit) Searches for the specified query in the title and username of already known chats via request to the server. -
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. -
limit
public int limitThe maximum number of chats to be returned. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SearchChatsOnServer
public SearchChatsOnServer()Searches for the specified query in the title and username of already known chats via request to the server. Returns chats in the order seen in the main chat list. ReturnsChats
-
SearchChatsOnServer
Searches for the specified query in the title and username of already known chats via request to the server. Returns chats in the order seen in the main chat list. ReturnsChats
- Parameters:
query
- String Query to search for.limit
- int The maximum number of chats to be returned.
-
SearchChatsOnServer
Searches for the specified query in the title and username of already known chats via request to the server. Returns chats in the order seen in the main chat list. ReturnsChats
- 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()
-