libtd-ktx / kotlinx.telegram.coroutines / deleteFile
deleteFile
suspend fun TelegramFlow.deleteFile(fileId: Int): Unit
Suspend function, which deletes a file from the TDLib file cache.
Parameters
fileId - Identifier of the file to delete.
libtd-ktx / kotlinx.telegram.coroutines / deleteFile
suspend fun TelegramFlow.deleteFile(fileId: Int): Unit
Suspend function, which deletes a file from the TDLib file cache.
fileId - Identifier of the file to delete.