interface EmbedAssetData

extends

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

optional
height? : number

The height of the image

optional
proxyURL? : string

The proxy URL of the image

optional
url? : string

The URL of the image

optional
width? : number

The width of the image