Hierarchy

Constructors

Accessors

  • get author(): undefined | Readonly<EmbedAuthorOptions>
  • Returns undefined | Readonly<EmbedAuthorOptions>

  • get createdAt(): Readonly<string | Date>
  • Returns Readonly<string | Date>

  • get description(): undefined | string
  • Returns undefined | string

  • get fields(): readonly EmbedField[]
  • Returns readonly EmbedField[]

  • get footer(): undefined | Readonly<EmbedFooterOptions>
  • Returns undefined | Readonly<EmbedFooterOptions>

  • get hexColor(): undefined | string
  • Returns undefined | string

  • get image(): undefined | Readonly<EmbedImageOptions>
  • Returns undefined | Readonly<EmbedImageOptions>

  • get thumbnail(): undefined | Readonly<EmbedImageOptions>
  • Returns undefined | Readonly<EmbedImageOptions>

  • get timestamp(): Readonly<string | Date>
  • Returns Readonly<string | Date>

Methods

  • Parameters

    • index: number
    • deleteCount: number
    • Rest ...fields: EmbedField[]

    Returns EmbedField[]

Generated using TypeDoc