Skip to content

Commit

Permalink
Update tdweb documentation.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: ec4a6f5675ed459b8aabcb9fe6d47ea25a004d6b
  • Loading branch information
levlam committed Apr 29, 2019
1 parent 6ab3fbc commit 323eb28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/web/tdweb/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ 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> are not supported.<br>
* 5. The method <code>readFilePart</code> supports only <code>offset == count == 0</code>.<br>
* 6. The methods <code>getStorageStatistics</code>, <code>getStorageStatisticsFast</code>, <code>optimizeStorage</code>, <code>addProxy</code> and <code>getFileDownloadedPrefixSize</code> are not supported.<br>
* <br>
*/
class TdClient {
Expand Down

0 comments on commit 323eb28

Please sign in to comment.