interface APIEmbedImage

export interface APIEmbedImage

See also: https://discord.com/developers/docs/resources/message#embed-object-embed-image-structure

optional
content_type? : string

The image's media type

See also: https://en.wikipedia.org/wiki/Media_type

optional
description? : string

Description (alt text) for the image

optional
height? : number

Height of image

optional
placeholder_version? : number

Version of the placeholder

optional
placeholder? : string

ThumbHash placeholder of the image

See also: https://evanw.github.io/thumbhash/

optional
proxy_url? : string

A proxied url of the image

url : string

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

optional
width? : number

Width of image