interface EmbedImageData

extends

Omit<APIEmbedImage, 'proxy_url'>
export interface EmbedImageData extends Omit<APIEmbedImage, 'proxy_url'>

Represents the image data of an embed.

optional
proxyURL? : string

The proxy URL for the image.