Preparing search index...
The search index is not available
discord-js-button-pagination-ts
discord-js-button-pagination-ts
<internal>
WebhookClientOptions
Interface WebhookClientOptions
From T, pick a set of properties whose keys are in the union K
interface
WebhookClientOptions
{
allowedMentions
?:
MessageMentionOptions
;
rest
?:
Partial
<
RESTOptions
>
;
}
Hierarchy (
View Summary
)
Pick
<
ClientOptions
,
"allowedMentions"
|
"rest"
>
WebhookClientOptions
Index
Properties
allowed
Mentions?
rest?
Properties
Optional
allowed
Mentions
allowedMentions
?:
MessageMentionOptions
Optional
rest
rest
?:
Partial
<
RESTOptions
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allowed
Mentions
rest
discord-js-button-pagination-ts
Loading...
From T, pick a set of properties whose keys are in the union K