Represents the author options of an embed.

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

Hierarchy (View Summary)

Properties

Properties

iconURL?: string

The URL of the icon.

name: string

Name of author

Length limit: 256 characters

url?: string

URL of author