Type alias EmbedPayload

EmbedPayload: {
    author?: EmbedAuthor;
    color?: number;
    description?: string;
    fields?: EmbedField[];
    footer?: EmbedFooter;
    image?: EmbedImage;
    thumbnail?: EmbedImage;
    timestamp?: string;
    title?: string;
    url?: string;
}

Type declaration

  • Optional author?: EmbedAuthor
  • Optional color?: number
  • Optional description?: string
  • Optional fields?: EmbedField[]
  • Optional footer?: EmbedFooter
  • Optional image?: EmbedImage
  • Optional thumbnail?: EmbedImage
  • Optional timestamp?: string
  • Optional title?: string
  • Optional url?: string

Generated using TypeDoc