public static class TdApi.RemoveRecentHashtag extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Function