Class TdApi.SearchHashtags

Enclosing class:
TdApi

public static class TdApi.SearchHashtags
extends TdApi.Function
Searches for recently used hashtags by their prefix.

Returns Hashtags

  • Field Details

    • prefix

      public String prefix
      Hashtag prefix to search for.
    • limit

      public int limit
      The maximum number of hashtags to be returned.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • SearchHashtags

      public SearchHashtags()
      Searches for recently used hashtags by their prefix.

      Returns Hashtags

    • SearchHashtags

      public SearchHashtags​(String prefix, int limit)
      Searches for recently used hashtags by their prefix.

      Returns Hashtags

      Parameters:
      prefix - String Hashtag prefix to search for.
      limit - int The maximum number of hashtags to be returned.
    • SearchHashtags

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