SearchStickerSets
public struct SearchStickerSets : Codable, Equatable, TDFunction
Searches for ordinary sticker sets by looking for specified query in their title and name. Excludes installed sticker sets from the results
-
Undocumented
Declaration
Swift
public typealias Result = StickerSets -
Query to search for
Declaration
Swift
public let query: String -
Searches for ordinary sticker sets by looking for specified query in their title and name. Excludes installed sticker sets from the results
Declaration
Swift
public init(query: String)Parameters
queryQuery to search for
View on GitHub
Install in Dash
SearchStickerSets Structure Reference