downloadThumbnail

abstract suspend fun downloadThumbnail(mxcUri: String, width: Long, height: Long, method: ThumbnailResizingMethod, allowRemote: Boolean? = null, progress: MutableStateFlow<FileTransferProgress?>? = null): Result<Media>

See also

DownloadThumbnail