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 Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      int fileId
      Identifier of the file to delete.
    • Constructor Summary

      Constructors 
      Constructor Description
      DeleteFile()
      Default constructor.
      DeleteFile​(int fileId)
      Constructor for initialization of all fields.
    • 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.
      • DeleteFile

        public DeleteFile​(int fileId)
        Constructor for initialization of all fields.
        Parameters:
        fileId - Identifier of the file to delete.