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

    Interface APIEmbedThumbnail

    interface APIEmbedThumbnail {
        height?: number;
        proxy_url?: string;
        url: string;
        width?: number;
    }
    Index

    Properties

    height?: number

    Height of thumbnail

    proxy_url?: string

    A proxied url of the thumbnail

    url: string

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

    width?: number

    Width of thumbnail