- Enclosing class:
- TdApi
Searches for recently used hashtags
by their prefix.
Returns
Hashtags
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
The maximum number of hashtags to be returned.Hashtag prefix to search for. -
Constructor Summary
ConstructorDescriptionSearches for recently used hashtags by their prefix.SearchHashtags
(DataInput input) Searches for recently used hashtags by their prefix.SearchHashtags
(String prefix, int limit) Searches for recently used hashtags by their prefix. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
prefix
Hashtag prefix to search for. -
limit
public int limitThe maximum number of hashtags to be returned. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SearchHashtags
public SearchHashtags()Searches for recently used hashtags by their prefix. ReturnsHashtags
-
SearchHashtags
Searches for recently used hashtags by their prefix. ReturnsHashtags
- Parameters:
prefix
- String Hashtag prefix to search for.limit
- int The maximum number of hashtags to be returned.
-
SearchHashtags
Searches for recently used hashtags by their prefix. ReturnsHashtags
- 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()
-