@typed-discord/rest
Preparing search index...
types
SlackWebhook
Interface SlackWebhook
interface
SlackWebhook
{
attachments
?:
WebhookSlackEmbed
[]
|
null
;
icon_url
?:
string
|
null
;
text
?:
string
|
null
;
username
?:
string
|
null
;
}
Index
Properties
attachments?
icon_
url?
text?
username?
Properties
Optional
attachments
attachments
?:
WebhookSlackEmbed
[]
|
null
Optional
icon_
url
icon_url
?:
string
|
null
Optional
text
text
?:
string
|
null
Optional
username
username
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attachments
icon_
url
text
username
@typed-discord/rest
Loading...