GetStickers

public struct GetStickers : Codable, Equatable, TDFunction

Returns stickers from the installed sticker sets that correspond to a given emoji. If the emoji is not empty, favorite and recently used stickers may also be returned

  • Undocumented

    Declaration

    Swift

    public typealias Result = Stickers
  • String representation of emoji. If empty, returns all known installed stickers

    Declaration

    Swift

    public let emoji: String
  • The maximum number of stickers to be returned

    Declaration

    Swift

    public let limit: Int32
  • Returns stickers from the installed sticker sets that correspond to a given emoji. If the emoji is not empty, favorite and recently used stickers may also be returned

    Declaration

    Swift

    public init(emoji: String, limit: Int32)

    Parameters

    emoji

    String representation of emoji. If empty, returns all known installed stickers

    limit

    The maximum number of stickers to be returned