download

abstract suspend fun download(mxcUri: String, allowRemote: Boolean? = null, progress: MutableStateFlow<FileTransferProgress?>? = null, timeout: Long): Result<Media>

See also

DownloadMedia