mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 09:47:20 +01:00
662 B
662 B
title | description |
---|---|
updateFileGenerationProgress | Informs that a file is being generated |
Constructor: updateFileGenerationProgress
Informs that a file is being generated
Attributes:
Name | Type | Required | Description |
---|---|---|---|
file_id | int | Yes | File identifier |
size | int | Yes | Expected size of the generated file |
ready | int | Yes | Number of bytes already generated. Negative number means that generation has failed and was terminated |