Class TdApi.DeleteFile

Enclosing class:
TdApi

public static class TdApi.DeleteFile
extends TdApi.Function
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:
      Constant Field Values
  • 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
      Throws:
      IOException
  • Method Details