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

    Interface EmbedAuthorOptions

    Represents the author options of an embed.

    interface EmbedAuthorOptions {
        iconURL?: string;
        name: string;
        url?: string;
    }

    Hierarchy

    Index

    Properties

    Properties

    iconURL?: string

    The URL of the icon.

    name: string

    Name of author

    Length limit: 256 characters

    url?: string

    URL of author