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
prefixHashtag prefix to search for
limitThe maximum number of hashtags to be returned
View on GitHub
Install in Dash
SearchHashtags Structure Reference