GetBackgroundUrl
public struct GetBackgroundUrl : Codable, Equatable, TDFunction
Constructs a persistent HTTP URL for a background
-
Undocumented
Declaration
Swift
public typealias Result = HttpUrl -
Background name
Declaration
Swift
public let name: String -
Background type
Declaration
Swift
public let type: BackgroundType -
Constructs a persistent HTTP URL for a background
Declaration
Swift
public init(name: String, type: BackgroundType)Parameters
nameBackground name
typeBackground type
View on GitHub
Install in Dash
GetBackgroundUrl Structure Reference