From 8ae3ac91a4b7c4a23746fd32c92e8c1baab23a06 Mon Sep 17 00:00:00 2001 From: levlam Date: Tue, 6 Aug 2019 02:45:52 +0300 Subject: [PATCH] Update tdweb documentation. GitOrigin-RevId: f31752320c4d2391dc86f0d8cdd38e1e4578eb59 --- example/web/tdweb/src/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/example/web/tdweb/src/index.js b/example/web/tdweb/src/index.js index dc394c56..fc50a6ca 100644 --- a/example/web/tdweb/src/index.js +++ b/example/web/tdweb/src/index.js @@ -21,8 +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 method readFilePart supports only offset == count == 0.
- * 6. The methods getStorageStatistics, getStorageStatisticsFast, optimizeStorage, addProxy and getFileDownloadedPrefixSize are not supported.
+ * 5. The methods getStorageStatistics, getStorageStatisticsFast, optimizeStorage, addProxy and getFileDownloadedPrefixSize are not supported.
*
*/ class TdClient {