- Enclosing class:
- TdApi
Searches for recently used hashtags
by their prefix.
Returns
Hashtags-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intintThe maximum number of hashtags to be returned.Hashtag prefix to search for. -
Constructor Summary
ConstructorsConstructorDescriptionSearches 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
toStringMethods 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-