downloadThumbnailLegacy
abstract suspend fun <T> downloadThumbnailLegacy(mxcUri: String, width: Long, height: Long, method: ThumbnailResizingMethod, allowRemote: Boolean? = null, progress: MutableStateFlow<FileTransferProgress?>? = null, timeout: Duration = Duration.INFINITE, downloadHandler: suspend (Media) -> T): Result<T>
Deprecated
use downloadThumbnail instead