Module tdlight.api

Class TdApi.SearchHashtags

Enclosing class:
TdApi

public static final class TdApi.SearchHashtags extends TdApi.Function<TdApi.Hashtags>
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:
  • 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
      Searches for recently used hashtags by their prefix. Returns Hashtags
      Throws:
      IOException
  • Method Details