SearchStickers
public struct SearchStickers : Codable, Equatable, TDFunction
Searches for stickers from public sticker sets that correspond to a given emoji
-
Undocumented
Declaration
Swift
public typealias Result = Stickers -
String representation of emoji; must be non-empty
Declaration
Swift
public let emoji: String -
The maximum number of stickers to be returned
Declaration
Swift
public let limit: Int32 -
Searches for stickers from public sticker sets that correspond to a given emoji
Declaration
Swift
public init(emoji: String, limit: Int32)Parameters
emojiString representation of emoji; must be non-empty
limitThe maximum number of stickers to be returned
View on GitHub
Install in Dash
SearchStickers Structure Reference