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 intIdentifier 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 TypeMethodDescriptionintReturns 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.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-