StickerSets
public struct StickerSets : Codable, Equatable, FunctionResult
Represents a list of sticker sets
-
Approximate total number of sticker sets found
Declaration
Swift
public let totalCount: Int32 -
List of sticker sets
Declaration
Swift
public let sets: [StickerSetInfo] -
Represents a list of sticker sets
Declaration
Swift
public init(totalCount: Int32, sets: [StickerSetInfo])Parameters
totalCountApproximate total number of sticker sets found
setsList of sticker sets
View on GitHub
Install in Dash
StickerSets Structure Reference