Package org.drinkless.tdlib
Class TdApi.ClearSearchedForTags
- Enclosing class:
TdApi
Clears the list of recently searched for hashtags or cashtags.
Returns Ok
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.Function
TdApi.Function.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanPass true to clear the list of recently searched for cashtags; otherwise, the list of recently searched for hashtags will be cleared.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which clears the list of recently searched for hashtags or cashtags.ClearSearchedForTags(boolean clearCashtags) Creates a function, which clears 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
-
clearCashtags
public boolean clearCashtagsPass true to clear the list of recently searched for cashtags; otherwise, the list of recently searched for hashtags will be cleared. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ClearSearchedForTags
public ClearSearchedForTags()Default constructor for a function, which clears the list of recently searched for hashtags or cashtags.Returns
Ok -
ClearSearchedForTags
public ClearSearchedForTags(boolean clearCashtags) Creates a function, which clears the list of recently searched for hashtags or cashtags.Returns
Ok- Parameters:
clearCashtags- Pass true to clear the list of recently searched for cashtags; otherwise, the list of recently searched for hashtags will be cleared.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Function<TdApi.Ok>- Returns:
- this.CONSTRUCTOR
-