FinishFileGeneration constructor

FinishFileGeneration({
  1. required int generationId,
  2. TdError? error,
})

Implementation

FinishFileGeneration({required this.generationId, this.error});