Interface EmbedProps

Hierarchy

  • EmbedProps

Properties

author?: {
    iconUrl?: string;
    name: string;
    url?: string;
}

Type declaration

  • Optional iconUrl?: string
  • name: string
  • Optional url?: string
children?: ReactNode
color?: number
description?: string
fields?: {
    inline?: boolean;
    name: string;
    value: string;
}[]

Type declaration

  • Optional inline?: boolean
  • name: string
  • value: string
footer?: {
    iconUrl?: string;
    text: string;
}

Type declaration

  • Optional iconUrl?: string
  • text: string
image?: {
    url: string;
}

Type declaration

  • url: string
thumbnail?: {
    url: string;
}

Type declaration

  • url: string
timestamp?: string | number | Date
title?: string
url?: string
video?: {
    url: string;
}

Type declaration

  • url: string

Generated using TypeDoc