SetAutoDownloadSettings
public struct SetAutoDownloadSettings : Codable, Equatable, TDFunction
Sets auto-download settings
-
Undocumented
Declaration
Swift
public typealias Result = Ok -
New user auto-download settings
Declaration
Swift
public let settings: AutoDownloadSettings -
Type of the network for which the new settings are applied
Declaration
Swift
public let type: NetworkType -
Sets auto-download settings
Declaration
Swift
public init(settings: AutoDownloadSettings, type: NetworkType)Parameters
settingsNew user auto-download settings
typeType of the network for which the new settings are applied
View on GitHub
Install in Dash
SetAutoDownloadSettings Structure Reference