Module tdlight.api

Class TdApi.DeleteFile

Enclosing class:
TdApi

public static final class TdApi.DeleteFile extends TdApi.Function<TdApi.Ok>
Deletes a file from the TDLib file cache. Returns Ok
  • Field Details

    • fileId

      public int fileId
      Identifier of the file to delete.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • DeleteFile

      public DeleteFile()
      Deletes a file from the TDLib file cache. Returns Ok
    • DeleteFile

      public DeleteFile(int fileId)
      Deletes a file from the TDLib file cache. Returns Ok
      Parameters:
      fileId - int Identifier of the file to delete.
    • DeleteFile

      public DeleteFile(DataInput input) throws IOException
      Deletes a file from the TDLib file cache. Returns Ok
      Throws:
      IOException
  • Method Details