v0.16.3
Detritus
interface
RawMessageEmbed
Properties
author
color
description
fields
footer
image
provider
reference_id
thumbnail
timestamp
title
type
url
video
Search results
Types
Classes
Interfaces
Enums
Functions
Type aliases
Constants
Members
Properties
Methods
Getters
Setters
Enum members
Show privates
Other
In this module only
index
/
detritus-client
/
gateway
/
RawMessageEmbed
Interface
RawMessageEmbed
Defined in rawevents
Properties
author
?
:
{
icon_url
?
:
string
,
name
?
:
string
,
proxy_icon_url
?
:
string
,
url
?
:
string
}
color
?
:
number
description
?
:
string
fields
?
:
Array
<
{
inline
?
:
boolean
,
name
:
string
,
value
:
string
}
>
external
Array
footer
?
:
{
icon_url
?
:
string
,
proxy_icon_url
?
:
string
,
text
:
string
}
image
?
:
{
height
?
:
number
,
proxy_url
?
:
string
,
url
?
:
string
,
width
?
:
number
}
provider
?
:
{
name
?
:
string
,
url
?
:
string
}
reference_id
?
:
string
thumbnail
?
:
{
height
?
:
number
,
proxy_url
?
:
string
,
url
?
:
string
,
width
?
:
number
}
timestamp
?
:
string
title
?
:
string
type
?
:
string
url
?
:
string
video
?
:
{
height
?
:
number
,
url
?
:
string
,
width
?
:
number
}