Preparing search index...
The search index is not available
hookflow
hookflow
Webhook
Class Webhook
Hierarchy
Webhook
Index
Constructors
constructor
Properties
url
user?
Methods
delete
fetch
send
update
Constructors
constructor
new
Webhook
(
url
,
user
?
)
:
Webhook
Parameters
url
:
string
Optional
user
:
{
avatar_url
:
string
;
username
:
string
;
}
avatar_
url
:
string
username
:
string
Returns
Webhook
Properties
url
url
:
string
Optional
user
user
?:
{
avatar_url
:
string
;
username
:
string
;
}
Type declaration
avatar_
url
:
string
username
:
string
Methods
delete
delete
(
)
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
fetch
fetch
(
)
:
Promise
<
WebhookInfo
>
Returns
Promise
<
WebhookInfo
>
send
send
(
properties
)
:
Promise
<
boolean
>
Parameters
properties
:
WebhookProperties
Returns
Promise
<
boolean
>
update
update
(
properties
)
:
Promise
<
boolean
>
Parameters
properties
:
WebhookInfoData
Returns
Promise
<
boolean
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
url
user
delete
fetch
send
update
hookflow
Webhook
Generated using
TypeDoc