downloadThumbnailLegacy

open suspend override fun downloadThumbnailLegacy(mxcUri: String, width: Long, height: Long, method: ThumbnailResizingMethod, allowRemote: Boolean?, progress: MutableStateFlow<FileTransferProgress?>?, timeout: Duration, downloadHandler: suspend (Media) -> Unit): Result<Unit>

Deprecated

use downloadThumbnail instead

See also

DownloadThumbnailLegacy