interface APIEmbedThumbnail {
    height?: number;
    proxy_url?: string;
    url: string;
    width?: number;
}

Properties

height?: number

Height of thumbnail

proxy_url?: string

A proxied url of the thumbnail

url: string

Source url of thumbnail (only supports http(s) and attachments)

width?: number

Width of thumbnail