diff --git a/allclasses-index.html b/allclasses-index.html index b73907f0ef4..466289d4559 100644 --- a/allclasses-index.html +++ b/allclasses-index.html @@ -2,7 +2,7 @@ -All Classes and Interfaces (tdlight API 4.0.267 API) +All Classes and Interfaces (tdlight API 4.0.268 API) - + @@ -42,7 +42,7 @@ loadScripts(document, 'script');
  • Module
  • Package
  • -
  • Use
  • +
  • Use
  • Tree
  • Index
  • Help
  • @@ -78,12 +78,12 @@ loadScripts(document, 'script');
    Module tdlight.api
    Package it.tdlight.jni
    -

    Class TdApi.CancelUploadFile

    +

    Class TdApi.CancelPreliminaryUploadFile

    java.lang.Object
    it.tdlight.jni.TdApi.Object
    it.tdlight.jni.TdApi.Function<TdApi.Ok> -
    it.tdlight.jni.TdApi.CancelUploadFile
    +
    it.tdlight.jni.TdApi.CancelPreliminaryUploadFile
    @@ -93,11 +93,12 @@ loadScripts(document, 'script');
    TdApi

    -
    public static final class TdApi.CancelUploadFile +
    public static final class TdApi.CancelPreliminaryUploadFile extends TdApi.Function<TdApi.Ok>
    -
    Stops the uploading of a file. Supported - only for files uploaded by using - uploadFile. For other files the behavior is undefined. +
    Stops the preliminary uploading of a + file. Supported only for files uploaded + by using preliminaryUploadFile. For + other files the behavior is undefined. Returns Ok
    @@ -130,17 +131,20 @@ loadScripts(document, 'script');
    Constructor
    Description
    - +
    -
    Stops the uploading of a file.
    +
    Stops the preliminary uploading of a + file.
    -
    CancelUploadFile(int fileId)
    +
    -
    Stops the uploading of a file.
    +
    Stops the preliminary uploading of a + file.
    - +
    -
    Stops the uploading of a file.
    +
    Stops the preliminary uploading of a + file.
    @@ -206,7 +210,7 @@ loadScripts(document, 'script');
    See Also:
    @@ -222,21 +226,23 @@ loadScripts(document, 'script');
    + one for which preliminaryUploadFile + was called will be uploaded first.
  • @@ -244,7 +253,7 @@ loadScripts(document, 'script');
    See Also:
    @@ -260,31 +269,37 @@ loadScripts(document, 'script');