Class TdApi.RemoveRecentHashtag

Enclosing class:
TdApi

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

Returns Ok

  • Field Details

  • Constructor Details

    • RemoveRecentHashtag

      public RemoveRecentHashtag()
      Removes a hashtag from the list of recently used hashtags.

      Returns Ok

    • RemoveRecentHashtag

      public RemoveRecentHashtag​(String hashtag)
      Removes a hashtag from the list of recently used hashtags.

      Returns Ok

      Parameters:
      hashtag - String Hashtag to delete.
    • RemoveRecentHashtag

      public RemoveRecentHashtag​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details