Discord.https - v3.0.16
Preparing search index...
structures/MessagePayload
InteractionReplyOptions
Interface InteractionReplyOptions
interface
InteractionReplyOptions
{
allowedMentions
?:
MessageMentionOptions
;
components
?:
readonly
(
|
APIMessageTopLevelComponent
|
JSONEncodable
<
APIMessageTopLevelComponent
>
|
TopLevelComponentData
|
ActionRowData
<
(MessageActionRowComponentData | MessageActionRowComponentBuilder)
,
>
)
[]
;
content
?:
string
;
embeds
?:
readonly
(
APIEmbed
|
JSONEncodable
<
APIEmbed
>
)
[]
;
files
?:
readonly
AttachmentBuilder
[]
;
flags
?:
BitFieldResolvable
<
|
"SuppressEmbeds"
|
"Ephemeral"
|
"SuppressNotifications"
|
"IsComponentsV2"
,
SuppressEmbeds
|
Ephemeral
|
SuppressNotifications
|
IsComponentsV2
,
>
;
poll
?:
PollData
;
tts
?:
boolean
;
withResponse
?:
boolean
;
}
Hierarchy (
View Summary
)
BaseMessageOptionsWithPoll
InteractionReplyOptions
Index
Properties
allowed
Mentions?
components?
content?
embeds?
files?
flags?
poll?
tts?
with
Response?
Properties
Optional
allowed
Mentions
allowedMentions
?:
MessageMentionOptions
Optional
components
components
?:
readonly
(
|
APIMessageTopLevelComponent
|
JSONEncodable
<
APIMessageTopLevelComponent
>
|
TopLevelComponentData
|
ActionRowData
<
(MessageActionRowComponentData | MessageActionRowComponentBuilder)
,
>
)
[]
Optional
content
content
?:
string
Optional
embeds
embeds
?:
readonly
(
APIEmbed
|
JSONEncodable
<
APIEmbed
>
)
[]
Optional
files
files
?:
readonly
AttachmentBuilder
[]
Optional
flags
flags
?:
BitFieldResolvable
<
|
"SuppressEmbeds"
|
"Ephemeral"
|
"SuppressNotifications"
|
"IsComponentsV2"
,
SuppressEmbeds
|
Ephemeral
|
SuppressNotifications
|
IsComponentsV2
,
>
Optional
poll
poll
?:
PollData
Optional
tts
tts
?:
boolean
Optional
with
Response
withResponse
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allowed
Mentions
components
content
embeds
files
flags
poll
tts
with
Response
Discord.https - v3.0.16
Loading...