file State
abstract fun fileState( mxcUrl: String?, fileName: String, mimeType: String?, elementToDecrypt: ElementToDecrypt?): FileService.FileState
Content copied to clipboard
Get information on the given file. Mimetype should be the same one as passed to downloadFile (limitation for now)
open fun fileState(messageContent: MessageWithAttachmentContent): FileService.FileState
Content copied to clipboard