Preparing search index...
The search index is not available
discord-js-button-pagination-ts
discord-js-button-pagination-ts
<internal>
PartialWebhookFields
Interface PartialWebhookFields
Internal
interface
PartialWebhookFields
{
id
:
string
;
get
url
()
:
string
;
deleteMessage
(
message
:
APIMessage
|
MessageResolvable
,
threadId
?:
string
,
)
:
Promise
<
void
>
;
editMessage
(
message
:
MessageResolvable
,
options
:
string
|
MessagePayload
|
WebhookMessageEditOptions
,
)
:
Promise
<
APIMessage
|
Message
<
boolean
>
>
;
fetchMessage
(
message
:
string
,
options
?:
WebhookFetchMessageOptions
,
)
:
Promise
<
APIMessage
|
Message
<
boolean
>
>
;
send
(
options
:
|
string
|
MessagePayload
|
InteractionReplyOptions
|
WebhookMessageCreateOptions
,
)
:
Promise
<
APIMessage
|
Message
<
boolean
>
>
;
}
Hierarchy (
View Summary
)
PartialWebhookFields
WebhookFields
InteractionWebhook
Index
Properties
id
Accessors
url
Methods
delete
Message
edit
Message
fetch
Message
send
Properties
id
id
:
string
Accessors
url
get
url
()
:
string
Returns
string
Methods
delete
Message
deleteMessage
(
message
:
APIMessage
|
MessageResolvable
,
threadId
?:
string
,
)
:
Promise
<
void
>
Parameters
message
:
APIMessage
|
MessageResolvable
Optional
threadId
:
string
Returns
Promise
<
void
>
edit
Message
editMessage
(
message
:
MessageResolvable
,
options
:
string
|
MessagePayload
|
WebhookMessageEditOptions
,
)
:
Promise
<
APIMessage
|
Message
<
boolean
>
>
Parameters
message
:
MessageResolvable
options
:
string
|
MessagePayload
|
WebhookMessageEditOptions
Returns
Promise
<
APIMessage
|
Message
<
boolean
>
>
fetch
Message
fetchMessage
(
message
:
string
,
options
?:
WebhookFetchMessageOptions
,
)
:
Promise
<
APIMessage
|
Message
<
boolean
>
>
Parameters
message
:
string
Optional
options
:
WebhookFetchMessageOptions
Returns
Promise
<
APIMessage
|
Message
<
boolean
>
>
send
send
(
options
:
|
string
|
MessagePayload
|
InteractionReplyOptions
|
WebhookMessageCreateOptions
,
)
:
Promise
<
APIMessage
|
Message
<
boolean
>
>
Parameters
options
:
string
|
MessagePayload
|
InteractionReplyOptions
|
WebhookMessageCreateOptions
Returns
Promise
<
APIMessage
|
Message
<
boolean
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
Accessors
url
Methods
delete
Message
edit
Message
fetch
Message
send
discord-js-button-pagination-ts
Loading...