Represents the author data of an embed.

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

Hierarchy (View Summary)

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