ReorderInstalledStickerSets
public struct ReorderInstalledStickerSets : Codable, Equatable, TDFunction
Changes the order of installed sticker sets
-
Undocumented
Declaration
Swift
public typealias Result = Ok -
Pass true to change the order of mask sticker sets; pass false to change the order of ordinary sticker sets
Declaration
Swift
public let isMasks: Bool -
Identifiers of installed sticker sets in the new correct order
Declaration
Swift
public let stickerSetIds: [Int64] -
Changes the order of installed sticker sets
Declaration
Swift
public init(isMasks: Bool, stickerSetIds: [Int64])Parameters
isMasksPass true to change the order of mask sticker sets; pass false to change the order of ordinary sticker sets
stickerSetIdsIdentifiers of installed sticker sets in the new correct order
View on GitHub
Install in Dash
ReorderInstalledStickerSets Structure Reference