Update tdweb documentation.
GitOrigin-RevId: f31752320c4d2391dc86f0d8cdd38e1e4578eb59
This commit is contained in:
parent
46bb21bbd0
commit
8ae3ac91a4
@ -21,8 +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 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>
|
||||
* 5. 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 {
|
||||
|
Loading…
Reference in New Issue
Block a user