EmbedImageData

export interface EmbedImageData extends Omit<APIEmbedImage, 'proxy_url'>
export interface EmbedImageData extends Omit<APIEmbedImage, 'proxy_url'>
Represents the image data of an embed.

Extends

Omit<APIEmbedImage, 'proxy_url'>
proxyURL?:string
The proxy URL for the image.