public static class TdApi.SearchHashtags extends TdApi.Function<TdApi.Hashtags>
Returns Hashtags
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object