Stickers public struct Stickers : Codable, Equatable, FunctionResult Represents a list of stickers stickers List of stickers Declaration Swift public let stickers: [Sticker] Show on GitHub init(stickers:) Represents a list of stickers Declaration Swift public init(stickers: [Sticker]) Parameters stickers List of stickers Show on GitHub