Class TdApi.RemoveAllFilesFromDownloads

Enclosing class:
TdApi

public static class TdApi.RemoveAllFilesFromDownloads extends TdApi.Function<TdApi.Ok>
Removes all files from the file download list.

Returns Ok

  • Field Details

    • onlyActive

      public boolean onlyActive
      Pass true to remove only active downloads, including paused.
    • onlyCompleted

      public boolean onlyCompleted
      Pass true to remove only completed downloads.
    • deleteFromCache

      public boolean deleteFromCache
      Pass true to delete the file from the TDLib file cache.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • RemoveAllFilesFromDownloads

      public RemoveAllFilesFromDownloads()
      Default constructor for a function, which removes all files from the file download list.

      Returns Ok

    • RemoveAllFilesFromDownloads

      public RemoveAllFilesFromDownloads(boolean onlyActive, boolean onlyCompleted, boolean deleteFromCache)
      Creates a function, which removes all files from the file download list.

      Returns Ok

      Parameters:
      onlyActive - Pass true to remove only active downloads, including paused.
      onlyCompleted - Pass true to remove only completed downloads.
      deleteFromCache - Pass true to delete the file from the TDLib file cache.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Function<TdApi.Ok>
      Returns:
      this.CONSTRUCTOR