Module tdlight.api

Class TdApi.RemoveRecentHashtag

Enclosing class:
TdApi

public static final class TdApi.RemoveRecentHashtag extends TdApi.Function<TdApi.Ok>
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
      Removes a hashtag from the list of recently used hashtags.

      Returns Ok

      Throws:
      IOException
  • Method Details