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 Detail

      • fileId

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

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DeleteFile

        public DeleteFile()
        Default constructor for a function, which deletes a file from the TDLib file cache.

        Returns Ok

      • DeleteFile

        public DeleteFile​(int fileId)
        Creates a function, which deletes a file from the TDLib file cache.

        Returns Ok

        Parameters:
        fileId - Identifier of the file to delete.