SetFileGenerationProgress constructor

const SetFileGenerationProgress({
  1. required int generationId,
  2. required int expectedSize,
  3. required int localPrefixSize,
})

Informs TDLib on a file generation progress

Implementation

const SetFileGenerationProgress({
  required this.generationId,
  required this.expectedSize,
  required this.localPrefixSize,
});