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

    Interface EmbedFooterData

    Represents the footer data of an embed.

    interface EmbedFooterData {
        iconURL?: string;
        proxyIconURL?: string;
        text: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    iconURL?: string

    The URL of the icon.

    proxyIconURL?: string

    The proxy URL of the icon.

    text: string

    Footer text

    Length limit: 2048 characters