pub async fn set_file_generation_progress(
generation_id: i64,
expected_size: i64,
local_prefix_size: i64,
client_id: i32,
) -> Result<(), Error>Expand description
Informs TDLib on a file generation progress
ยงArguments
generation_id- The identifier of the generation processexpected_size- Expected size of the generated file, in bytes; 0 if unknownlocal_prefix_size- The number of bytes already generatedclient_id- The client id to send the request to