Interface Minithumbnail

Thumbnail image of a very poor quality and low resolution.

interface Minithumbnail {
    @type: "minithumbnail";
    data: string;
    height: number;
    width: number;
}

Properties

Properties

@type: "minithumbnail"
data: string

The thumbnail in JPEG format.

height: number

Thumbnail height, usually doesn't exceed 40.

width: number

Thumbnail width, usually doesn't exceed 40.