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
settings
New user auto-download settings
type
Type of the network for which the new settings are applied