@typed-discord/rest
Preparing search index...
types
RichEmbed
Interface RichEmbed
interface
RichEmbed
{
author
?:
RichEmbedAuthor
|
null
;
color
?:
number
|
null
;
description
?:
string
|
null
;
fields
?:
RichEmbedField
[]
|
null
;
footer
?:
RichEmbedFooter
|
null
;
image
?:
RichEmbedImage
|
null
;
provider
?:
RichEmbedProvider
|
null
;
thumbnail
?:
RichEmbedThumbnail
|
null
;
timestamp
?:
string
|
null
;
title
?:
string
|
null
;
type
?:
string
|
null
;
url
?:
string
|
null
;
video
?:
RichEmbedVideo
|
null
;
}
Index
Properties
author?
color?
description?
fields?
footer?
image?
provider?
thumbnail?
timestamp?
title?
type?
url?
video?
Properties
Optional
author
author
?:
RichEmbedAuthor
|
null
Optional
color
color
?:
number
|
null
Optional
description
description
?:
string
|
null
Optional
fields
fields
?:
RichEmbedField
[]
|
null
Optional
footer
footer
?:
RichEmbedFooter
|
null
Optional
image
image
?:
RichEmbedImage
|
null
Optional
provider
provider
?:
RichEmbedProvider
|
null
Optional
thumbnail
thumbnail
?:
RichEmbedThumbnail
|
null
Optional
timestamp
timestamp
?:
string
|
null
Optional
title
title
?:
string
|
null
Optional
type
type
?:
string
|
null
Optional
url
url
?:
string
|
null
Optional
video
video
?:
RichEmbedVideo
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
author
color
description
fields
footer
image
provider
thumbnail
timestamp
title
type
url
video
@typed-discord/rest
Loading...