@typed-discord/rest
Preparing search index...
types
WebhookSlackEmbed
Interface WebhookSlackEmbed
interface
WebhookSlackEmbed
{
author_icon
?:
string
|
null
;
author_link
?:
string
|
null
;
author_name
?:
string
|
null
;
color
?:
string
|
null
;
fields
?:
WebhookSlackEmbedField
[]
|
null
;
footer
?:
string
|
null
;
footer_icon
?:
string
|
null
;
image_url
?:
string
|
null
;
pretext
?:
string
|
null
;
text
?:
string
|
null
;
thumb_url
?:
string
|
null
;
title
?:
string
|
null
;
title_link
?:
string
|
null
;
ts
?:
number
|
null
;
}
Index
Properties
author_
icon?
author_
link?
author_
name?
color?
fields?
footer?
footer_
icon?
image_
url?
pretext?
text?
thumb_
url?
title?
title_
link?
ts?
Properties
Optional
author_
icon
author_icon
?:
string
|
null
Optional
author_
link
author_link
?:
string
|
null
Optional
author_
name
author_name
?:
string
|
null
Optional
color
color
?:
string
|
null
Optional
fields
fields
?:
WebhookSlackEmbedField
[]
|
null
Optional
footer
footer
?:
string
|
null
Optional
footer_
icon
footer_icon
?:
string
|
null
Optional
image_
url
image_url
?:
string
|
null
Optional
pretext
pretext
?:
string
|
null
Optional
text
text
?:
string
|
null
Optional
thumb_
url
thumb_url
?:
string
|
null
Optional
title
title
?:
string
|
null
Optional
title_
link
title_link
?:
string
|
null
Optional
ts
ts
?:
number
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
author_
icon
author_
link
author_
name
color
fields
footer
footer_
icon
image_
url
pretext
text
thumb_
url
title
title_
link
ts
@typed-discord/rest
Loading...