From 323eb288aecf3bb705c20de928f4dfbbc2aa2b66 Mon Sep 17 00:00:00 2001 From: levlam Date: Tue, 30 Apr 2019 02:08:29 +0300 Subject: [PATCH] Update tdweb documentation. GitOrigin-RevId: ec4a6f5675ed459b8aabcb9fe6d47ea25a004d6b --- example/web/tdweb/src/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example/web/tdweb/src/index.js b/example/web/tdweb/src/index.js index 45f6b5b5..461057cf 100644 --- a/example/web/tdweb/src/index.js +++ b/example/web/tdweb/src/index.js @@ -22,7 +22,8 @@ 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 are not supported.
+ * 5. The method readFilePart supports only offset == count == 0.
+ * 6. The methods getStorageStatistics, getStorageStatisticsFast, optimizeStorage, addProxy and getFileDownloadedPrefixSize are not supported.
*
*/ class TdClient {