DeleteFile
public struct DeleteFile : Codable, Equatable, TDFunction
Deletes a file from the TDLib file cache
-
Undocumented
Declaration
Swift
public typealias Result = Ok
-
Identifier of the file to delete
Declaration
Swift
public let fileId: Int32
-
Deletes a file from the TDLib file cache
Declaration
Swift
public init(fileId: Int32)
Parameters
fileId
Identifier of the file to delete