Type Alias EmbedAuthor

EmbedAuthor: {
    iconUrl?: string;
    name: string;
    proxyIconUrl?: string;
    url?: string;
}

Represents the author of an embed.

Type declaration

  • OptionaliconUrl?: string
    • The URL of the author's icon, supporting only http(s) and attachments.
  • name: string
    • The name of the author, with a maximum length of 256 characters.
  • OptionalproxyIconUrl?: string
    • A proxy URL of the author's icon.
  • Optionalurl?: string
    • The URL of the author, supporting only http(s).