InteractionReplyOptions

export interface InteractionReplyOptions extends BaseMessageOptionsWithPoll
export interface InteractionReplyOptions extends BaseMessageOptionsWithPoll
Options for a reply to a BaseInteraction.
allowedMentions?:MessageMentionOptions
Which mentions should be parsed from the message content (see here for more details)
Inherited from BaseMessageOptions
Action rows containing interactive components for the message (buttons, select menus)
Inherited from BaseMessageOptions
content?:string
The content for the message. This can only be null when editing a message.
Default value
''
Inherited from BaseMessageOptions
embeds?:readonly (JSONEncodable<APIEmbed> | APIEmbed)[]
The embeds for the message
Inherited from BaseMessageOptions
The files to send with the message.
Inherited from BaseMessageOptions
Which flags to set for the message. Only MessageFlags.Ephemeral, MessageFlags.SuppressEmbeds, and MessageFlags.SuppressNotifications can be set.
poll?:PollData
The poll to send with the message
Inherited from BaseMessageOptionsWithPoll
tts?:boolean
Whether the message should be spoken aloud
Default value
false
withResponse?:boolean
Whether to return an InteractionCallbackResponse as the response