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

Properties

height?: number

Height of image

proxy_url?: string

A proxied url of the image

url: string

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

width?: number

Width of image