Package it.tdlight.jni
Class TdApi.SearchPublicChats
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.SearchPublicChats
- Enclosing class:
- TdApi
public static class TdApi.SearchPublicChats extends TdApi.Function
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.
Returns nothing if the length of the
searched username prefix is less than
5. Excludes private chats with contacts
and chats from the chat list from the results.
Returns Chats
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
query
Query to search for. -
Constructor Summary
Constructors Constructor Description SearchPublicChats()
Searches public chats by looking for specified query in their username and title.SearchPublicChats(DataInput input)
SearchPublicChats(String query)
Searches public chats by looking for specified query in their username and title. -
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. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
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. Returns nothing if the length of the searched username prefix is less than 5. 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. Returns nothing if the length of the searched username prefix is less than 5. Excludes private chats with contacts and chats from the chat list from the results.Returns
Chats
- Parameters:
query
- String Query to search for.
-
SearchPublicChats
- 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()
-