diff --git a/example/web/tdweb/src/index.js b/example/web/tdweb/src/index.js index 42a1393fe..ea66e48fc 100644 --- a/example/web/tdweb/src/index.js +++ b/example/web/tdweb/src/index.js @@ -21,7 +21,7 @@ const sleep = ms => new Promise(res => setTimeout(res, ms)); * 2. Added the method setJsLogVerbosityLevel new_verbosity_level:string = Ok;, which allows to change the verbosity level of tdweb logging.
* 3. Added the possibility to use blobs as input files via the constructor inputFileBlob data: = InputFile;.
* 4. The class filePart contains data as a JavaScript blob instead of a base64-encoded string.
- * 5. The methods getStorageStatistics, getStorageStatisticsFast, optimizeStorage, addProxy and getFileDownloadedPrefixSize are not supported.
+ * 5. The methods getStorageStatistics, getStorageStatisticsFast, optimizeStorage, and addProxy are not supported.
*
*/ class TdClient {