diff options
| author | levlam <levlam@telegram.org> | 2023-11-23 15:50:07 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2023-11-23 15:50:07 +0300 |
| commit | 40142a45a088b162496cb02d721773d187a0ef3c (patch) | |
| tree | 036e70bba403c77b3ee01b41958c12dbb27d0f56 /example/web | |
| parent | 2dd9da30bef6d30b676bcea4dbaed879a06991c9 (diff) | |
Update tdweb documentation.
Diffstat (limited to 'example/web')
| -rw-r--r-- | example/web/tdweb/src/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 <code>setJsLogVerbosityLevel new_verbosity_level:string = Ok;</code>, which allows to change the verbosity level of tdweb logging.<br> * 3. Added the possibility to use blobs as input files via the constructor <code>inputFileBlob data:<JavaScript blob> = InputFile;</code>.<br> * 4. The class <code>filePart</code> contains data as a JavaScript blob instead of a base64-encoded string.<br> - * 5. The methods <code>getStorageStatistics</code>, <code>getStorageStatisticsFast</code>, <code>optimizeStorage</code>, <code>addProxy</code> and <code>getFileDownloadedPrefixSize</code> are not supported.<br> + * 5. The methods <code>getStorageStatistics</code>, <code>getStorageStatisticsFast</code>, <code>optimizeStorage</code>, and <code>addProxy</code> are not supported.<br> * <br> */ class TdClient { |
