Package org.drinkless.tdlib
Class TdApi.RemoveSearchedForTag
- Enclosing class:
- TdApi
Removes a hashtag or a cashtag from the list of recently searched for hashtags or cashtags.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.Hashtag or cashtag to delete. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which removes a hashtag or a cashtag from the list of recently searched for hashtags or cashtags.Creates a function, which removes a hashtag or a cashtag from the list of recently searched for hashtags or cashtags. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
tag
Hashtag or cashtag to delete. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
RemoveSearchedForTag
public RemoveSearchedForTag()Default constructor for a function, which removes a hashtag or a cashtag from the list of recently searched for hashtags or cashtags.Returns
Ok
-
RemoveSearchedForTag
Creates a function, which removes a hashtag or a cashtag from the list of recently searched for hashtags or cashtags.Returns
Ok
- Parameters:
tag
- Hashtag or cashtag to delete.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-