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

    setId

    Identifier of the sticker set

    isInstalled

    The new value of is_installed

    isArchived

    The new value of is_archived. A sticker set can’t be installed and archived simultaneously