public static class TdApi.SearchHashtags extends TdApi.Function
Returns Hashtags
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
limit
The maximum number of hashtags to be returned.
|
java.lang.String |
prefix
Hashtag prefix to search for.
|
Constructor and Description |
---|
SearchHashtags()
Default constructor for a function, which searches for recently used hashtags by their prefix.
|
SearchHashtags(java.lang.String prefix,
int limit)
Creates a function, which searches for recently used hashtags by their prefix.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String prefix
public int limit
public static final int CONSTRUCTOR
public SearchHashtags()
Returns Hashtags
public SearchHashtags(java.lang.String prefix, int limit)
Returns Hashtags
prefix
- Hashtag prefix to search for.limit
- The maximum number of hashtags to be returned.public int getConstructor()
getConstructor
in class TdApi.Function