public static class TdApi.RemoveRecentHashtag extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
hashtag
Hashtag to delete.
|
| Constructor and Description |
|---|
RemoveRecentHashtag()
Default constructor for a function, which removes a hashtag from the list of recently used hashtags.
|
RemoveRecentHashtag(java.lang.String hashtag)
Creates a function, which removes a hashtag from the list of recently used hashtags.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String hashtag
public static final int CONSTRUCTOR
public RemoveRecentHashtag()
Returns Ok
public RemoveRecentHashtag(java.lang.String hashtag)
Returns Ok
hashtag - Hashtag to delete.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object