From 924f1335d7bea563281eef94a3c86d3e96356555 Mon Sep 17 00:00:00 2001 From: roundedrectangle <129410215+roundedrectangle@users.noreply.github.com> Date: Wed, 29 Jul 2026 13:01:09 +0300 Subject: [PATCH] Fix spelling mistakes in updateFileGenerationStart documentation. --- td/generate/scheme/td_api.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/td/generate/scheme/td_api.tl b/td/generate/scheme/td_api.tl index a098d4a2a598..2757a69dd653 100644 --- a/td/generate/scheme/td_api.tl +++ b/td/generate/scheme/td_api.tl @@ -10647,7 +10647,7 @@ updateFile file:file = Update; //@original_path The original path specified by the application in inputFileGenerated //@destination_path The path to a file that must be created and where the new file must be generated by the application. //-If the application has no access to the path, it can use writeGeneratedFilePart to generate the file -//@conversion If the conversion is "#url#" than original_path contains an HTTP/HTTPS URL of a file that must be downloaded by the application. +//@conversion If the conversion is "#url#", then original_path contains an HTTP/HTTPS URL of a file that must be downloaded by the application. //-Otherwise, this is the conversion specified by the application in inputFileGenerated updateFileGenerationStart generation_id:int64 original_path:string destination_path:string conversion:string = Update;