interface EmbedImageData
extends
Omit<APIEmbedImage, 'proxy_url'>export interface EmbedImageData extends Omit<APIEmbedImage, 'proxy_url'>
Represents the image data of an embed.
optionalstring proxyURL? :
The proxy URL for the image.