SearchBackground
public struct SearchBackground : Codable, Equatable, TDFunction
Searches for a background by its name
-
Undocumented
Declaration
Swift
public typealias Result = Background -
The name of the background
Declaration
Swift
public let name: String -
Searches for a background by its name
Declaration
Swift
public init(name: String)Parameters
nameThe name of the background
View on GitHub
Install in Dash
SearchBackground Structure Reference