- Enclosing class:
- TdApi
Searches public chats by looking for
specified query in their username and
title. Currently, only private chats,
supergroups and channels can be public.
Returns a meaningful number of results.
Excludes private chats with contacts
and chats from the chat list from the results.
Returns Chats
-
Field Summary
-
Constructor Summary
ConstructorDescriptionSearches public chats by looking for specified query in their username and title.SearchPublicChats
(DataInput input) Searches public chats by looking for specified query in their username and title.SearchPublicChats
(String query) Searches public chats by looking for specified query in their username and title. -
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. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SearchPublicChats
public SearchPublicChats()Searches public chats by looking for specified query in their username and title. Currently, only private chats, supergroups and channels can be public. Returns a meaningful number of results. Excludes private chats with contacts and chats from the chat list from the results.Returns
Chats
-
SearchPublicChats
Searches public chats by looking for specified query in their username and title. Currently, only private chats, supergroups and channels can be public. Returns a meaningful number of results. Excludes private chats with contacts and chats from the chat list from the results.Returns
Chats
- Parameters:
query
- String Query to search for.
-
SearchPublicChats
Searches public chats by looking for specified query in their username and title. Currently, only private chats, supergroups and channels can be public. Returns a meaningful number of results. Excludes private chats with contacts and chats from the chat list from the results.Returns
Chats
- 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()
-