Class TdApi.RemoveRecentHashtag

Enclosing class:
TdApi

public static class TdApi.RemoveRecentHashtag extends TdApi.Function<TdApi.Ok>
Removes a hashtag from the list of recently used hashtags.

Returns Ok

  • Field Details

    • hashtag

      public String hashtag
      Hashtag to delete.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier 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

      public RemoveRecentHashtag(String hashtag)
      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.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR