DeleteFile constructor

const DeleteFile({
  1. required int fileId,
})

Deletes a file from the TDLib file cache

Implementation

const DeleteFile({
  required this.fileId,
});