Package org.drinkless.tdlib
Class TdApi.GetSearchedForTags
- Enclosing class:
TdApi
Returns recently searched for hashtags or cashtags 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 items to be returned.Prefix of hashtags or cashtags to return. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns recently searched for hashtags or cashtags by their prefix.GetSearchedForTags(String tagPrefix, int limit) Creates a function, which returns recently searched for hashtags or cashtags 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
-
tagPrefix
Prefix of hashtags or cashtags to return. -
limit
public int limitThe maximum number of items to be returned. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetSearchedForTags
public GetSearchedForTags()Default constructor for a function, which returns recently searched for hashtags or cashtags by their prefix.Returns
Hashtags -
GetSearchedForTags
Creates a function, which returns recently searched for hashtags or cashtags by their prefix.Returns
Hashtags- Parameters:
tagPrefix- Prefix of hashtags or cashtags to return.limit- The maximum number of items 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
-