Package org.drinkless.tdlib
Class TdApi.RemoveRecentHashtag
- Enclosing class:
- TdApi
Removes a hashtag from the list of recently used hashtags.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Hashtag to delete. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which removes a hashtag from the list of recently used hashtags.RemoveRecentHashtag(String hashtag) Creates a function, which removes a hashtag from the list of recently used hashtags. -
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
-
hashtag
Hashtag to delete. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
RemoveRecentHashtag
public RemoveRecentHashtag()Default constructor for a function, which removes a hashtag from the list of recently used hashtags.Returns
Ok -
RemoveRecentHashtag
Creates a function, which removes a hashtag from the list of recently used hashtags.Returns
Ok- Parameters:
hashtag- Hashtag 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
-