Esposter
Preparing search index...
@esposter/db-schema
Embed
Interface Embed
interface
Embed
{
author
?:
EmbedAuthor
;
color
?:
number
;
description
?:
string
;
fields
?:
EmbedField
[]
;
footer
?:
EmbedFooter
;
image
?:
{
url
:
string
}
;
thumbnail
?:
{
url
:
string
}
;
timestamp
?:
string
;
title
?:
string
;
url
?:
string
;
}
Index
Properties
author?
color?
description?
fields?
footer?
image?
thumbnail?
timestamp?
title?
url?
Properties
Optional
author
author
?:
EmbedAuthor
Optional
color
color
?:
number
Optional
description
description
?:
string
Optional
fields
fields
?:
EmbedField
[]
Optional
footer
footer
?:
EmbedFooter
Optional
image
image
?:
{
url
:
string
}
Optional
thumbnail
thumbnail
?:
{
url
:
string
}
Optional
timestamp
timestamp
?:
string
Optional
title
title
?:
string
Optional
url
url
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
author
color
description
fields
footer
image
thumbnail
timestamp
title
url
Esposter
Loading...