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

    Interface EmbedAuthorData

    Represents the author data of an embed.

    interface EmbedAuthorData {
        iconURL?: string;
        name: string;
        proxyIconURL?: string;
        url?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    iconURL?: string

    The URL of the icon.

    name: string

    Name of author

    Length limit: 256 characters

    proxyIconURL?: string

    The proxy URL of the icon.

    url?: string

    URL of author