ChangeStickerSet
public struct ChangeStickerSet : Codable, Equatable, TDFunction
Installs/uninstalls or activates/archives a sticker set
-
Undocumented
Declaration
Swift
public typealias Result = Ok -
Identifier of the sticker set
Declaration
Swift
public let setId: TDInt64 -
The new value of is_installed
Declaration
Swift
public let isInstalled: Bool -
The new value of is_archived. A sticker set can’t be installed and archived simultaneously
Declaration
Swift
public let isArchived: Bool -
Installs/uninstalls or activates/archives a sticker set
Declaration
Swift
public init(setId: TDInt64, isInstalled: Bool, isArchived: Bool)Parameters
setIdIdentifier of the sticker set
isInstalledThe new value of is_installed
isArchivedThe new value of is_archived. A sticker set can’t be installed and archived simultaneously
View on GitHub
Install in Dash
ChangeStickerSet Structure Reference