interface APIEmbedAuthor {
    icon_url?: string;
    name: string;
    proxy_icon_url?: string;
    url?: string;
}

Properties

icon_url?: string

URL of author icon (only supports http(s) and attachments)

name: string

Name of author

Length limit: 256 characters

proxy_icon_url?: string

A proxied url of author icon

url?: string

URL of author