Interface EmbedAuthorOptions

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

Hierarchy (view full)

Properties

Properties

iconURL?: string
name: string
url?: string