Preparing search index...
The search index is not available
discord-js-button-pagination-ts
discord-js-button-pagination-ts
<internal>
InteractionEditReplyOptions
Interface InteractionEditReplyOptions
Construct a type with the properties of T except for those in type K.
interface
InteractionEditReplyOptions
{
allowedMentions
?:
MessageMentionOptions
;
attachments
?:
readonly
(
Attachment
|
MessageEditAttachmentData
)
[]
;
components
?:
readonly
(
|
APIMessageTopLevelComponent
|
TopLevelComponentData
|
JSONEncodable
<
APIMessageTopLevelComponent
>
|
ActionRowData
<
(MessageActionRowComponentBuilder | MessageActionRowComponentData)
,
>
)
[]
;
content
?:
null
|
string
;
embeds
?:
readonly
(
APIEmbed
|
JSONEncodable
<
APIEmbed
>
)
[]
;
files
?:
readonly
(
|
Stream
|
Attachment
|
BufferResolvable
|
AttachmentBuilder
|
AttachmentPayload
|
JSONEncodable
<
APIAttachment
>
)
[]
;
flags
?:
BitFieldResolvable
<
"SuppressEmbeds"
|
"IsComponentsV2"
,
SuppressEmbeds
|
IsComponentsV2
,
>
;
message
?:
MessageResolvable
;
poll
?:
PollData
;
threadId
?:
string
;
withComponents
?:
boolean
;
}
Hierarchy (
View Summary
)
WebhookMessageEditOptions
Pick
<
BaseMessageOptionsWithPoll
,
"poll"
>
InteractionEditReplyOptions
Index
Properties
allowed
Mentions?
attachments?
components?
content?
embeds?
files?
flags?
message?
poll?
thread
Id?
with
Components?
Properties
Optional
allowed
Mentions
allowedMentions
?:
MessageMentionOptions
Optional
attachments
attachments
?:
readonly
(
Attachment
|
MessageEditAttachmentData
)
[]
Optional
components
components
?:
readonly
(
|
APIMessageTopLevelComponent
|
TopLevelComponentData
|
JSONEncodable
<
APIMessageTopLevelComponent
>
|
ActionRowData
<
(MessageActionRowComponentBuilder | MessageActionRowComponentData)
,
>
)
[]
Optional
content
content
?:
null
|
string
Optional
embeds
embeds
?:
readonly
(
APIEmbed
|
JSONEncodable
<
APIEmbed
>
)
[]
Optional
files
files
?:
readonly
(
|
Stream
|
Attachment
|
BufferResolvable
|
AttachmentBuilder
|
AttachmentPayload
|
JSONEncodable
<
APIAttachment
>
)
[]
Optional
flags
flags
?:
BitFieldResolvable
<
"SuppressEmbeds"
|
"IsComponentsV2"
,
SuppressEmbeds
|
IsComponentsV2
,
>
Optional
message
message
?:
MessageResolvable
Optional
poll
poll
?:
PollData
Optional
thread
Id
threadId
?:
string
Optional
with
Components
withComponents
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allowed
Mentions
attachments
components
content
embeds
files
flags
message
poll
thread
Id
with
Components
discord-js-button-pagination-ts
Loading...
Construct a type with the properties of T except for those in type K.