public static class TdApi.RemoveSearchedForTag 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 |
tag
Hashtag or cashtag to delete.
|
| Constructor and Description |
|---|
RemoveSearchedForTag()
Default constructor for a function, which removes a hashtag or a cashtag from the list of recently searched for hashtags or cashtags.
|
RemoveSearchedForTag(java.lang.String tag)
Creates a function, which removes a hashtag or a cashtag from the list of recently searched for hashtags or cashtags.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String tag
public static final int CONSTRUCTOR
public RemoveSearchedForTag()
Returns Ok
public RemoveSearchedForTag(java.lang.String tag)
Returns Ok
tag - Hashtag or cashtag to delete.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object