interface EmbedImageData

extends

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

Represents the image data of an embed.

optionalexternal
proxyURL? : string

The proxy URL for the image.