GetArchivedStickerSets
public struct GetArchivedStickerSets : Codable, Equatable, TDFunction
Returns a list of archived sticker sets
-
Undocumented
Declaration
Swift
public typealias Result = StickerSets -
Pass true to return mask stickers sets; pass false to return ordinary sticker sets
Declaration
Swift
public let isMasks: Bool -
Identifier of the sticker set from which to return the result
Declaration
Swift
public let offsetStickerSetId: TDInt64 -
The maximum number of sticker sets to return
Declaration
Swift
public let limit: Int32 -
Returns a list of archived sticker sets
Declaration
Swift
public init(isMasks: Bool, offsetStickerSetId: TDInt64, limit: Int32)Parameters
isMasksPass true to return mask stickers sets; pass false to return ordinary sticker sets
offsetStickerSetIdIdentifier of the sticker set from which to return the result
limitThe maximum number of sticker sets to return
View on GitHub
Install in Dash
GetArchivedStickerSets Structure Reference