Discord.https - v3.0.16
    Preparing search index...

    Interface EmbedImageData

    Represents the image data of an embed.

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

    Hierarchy

    Index

    Properties

    height?: number

    Height of image

    proxyURL?: string

    The proxy URL for the image.

    url: string

    Source url of image (only supports http(s) and attachments)

    width?: number

    Width of image