downloadThumbnail

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

See also

DownloadThumbnail