interface EmbedAssetData

extends

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

Constructors

constructor()

optionalexternal
height? : number

The height of the image

optional
proxyURL? : string

The proxy URL of the image

optionalexternal
url? : string

The URL of the image

optionalexternal
width? : number

The width of the image