DeleteFile constructor
const
DeleteFile({
- required int fileId,
Deletes a file from the TDLib file cache
Implementation
const DeleteFile({
required this.fileId,
});
Deletes a file from the TDLib file cache
const DeleteFile({
required this.fileId,
});