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