SetFileGenerationProgress constructor
const
SetFileGenerationProgress({})
Informs TDLib on a file generation progress
Implementation
const SetFileGenerationProgress({
required this.generationId,
required this.expectedSize,
required this.localPrefixSize,
});