SearchHashtags

public struct SearchHashtags : Codable, Equatable, TDFunction

Searches for recently used hashtags by their prefix

  • Undocumented

    Declaration

    Swift

    public typealias Result = Hashtags
  • Hashtag prefix to search for

    Declaration

    Swift

    public let prefix: String
  • The maximum number of hashtags to be returned

    Declaration

    Swift

    public let limit: Int32
  • Searches for recently used hashtags by their prefix

    Declaration

    Swift

    public init(prefix: String, limit: Int32)

    Parameters

    prefix

    Hashtag prefix to search for

    limit

    The maximum number of hashtags to be returned