Interface InstanceThumbnail

interface InstanceThumbnail {
    blurhash: string;
    url: string;
    versions: InstanceThumbnailVersions;
}

Properties

Properties

blurhash: string

A hash computed by the BlurHash algorithm, for generating colorful preview thumbnails when media has not been downloaded yet.

url: string

The URL for the thumbnail image.

Links to scaled resolution images, for high DPI screens.