interface EmbedImage {
    height?: number;
    proxyURL?: string;
    url: string;
    width?: number;
}

Hierarchy (view full)

Properties

height?: number
proxyURL?: string
url: string
width?: number