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

    emoji

    String representation of emoji; must be non-empty

    limit

    The maximum number of stickers to be returned