downloadThumbnail

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

See also