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
fileIdIdentifier of the file to delete
View on GitHub
Install in Dash
DeleteFile Structure Reference