Update tdweb documentation.

GitOrigin-RevId: ec4a6f5675ed459b8aabcb9fe6d47ea25a004d6b
This commit is contained in:
levlam 2019-04-30 02:08:29 +03:00
parent 6ab3fbc1ba
commit 323eb288ae

View File

@ -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 {