Package org.drinkless.tdlib
Class TdApi.SearchHashtags
- Enclosing class:
TdApi
Searches for recently used hashtags by their prefix.
Returns Hashtags
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.Function
TdApi.Function.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intThe maximum number of hashtags to be returned.Hashtag prefix to search for. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which searches for recently used hashtags by their prefix.SearchHashtags(String prefix, int limit) Creates a function, which searches for recently used hashtags by their prefix. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
prefix
Hashtag prefix to search for. -
limit
public int limitThe maximum number of hashtags to be returned. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SearchHashtags
public SearchHashtags()Default constructor for a function, which searches for recently used hashtags by their prefix.Returns
Hashtags -
SearchHashtags
Creates a function, which searches for recently used hashtags by their prefix.Returns
Hashtags- Parameters:
prefix- Hashtag prefix to search for.limit- The maximum number of hashtags to be returned.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Function<TdApi.Hashtags>- Returns:
- this.CONSTRUCTOR
-