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
totalCount
Approximate total number of sticker sets found
sets
List of sticker sets