FinishFileGeneration
public struct FinishFileGeneration : Codable, Equatable, TDFunction
Finishes the file generation
-
Undocumented
Declaration
Swift
public typealias Result = Ok -
The identifier of the generation process
Declaration
Swift
public let generationId: TDInt64 -
If set, means that file generation has failed and should be terminated
Declaration
Swift
public let error: Error -
Finishes the file generation
Parameters
generationIdThe identifier of the generation process
errorIf set, means that file generation has failed and should be terminated
View on GitHub
Install in Dash
FinishFileGeneration Structure Reference