InteractionReplyOptions

export interface InteractionReplyOptions extends BaseMessageOptions
export interface InteractionReplyOptions extends BaseMessageOptions
Options for a reply to a BaseInteraction.
allowedMentions?:MessageMentionOptions
Which mentions should be parsed from the message content (see [here](https://discord.com/developers/docs/resources/channel#allowed-mentions-object) 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.
Inherited from BaseMessageOptions
The embeds for the message
Inherited from BaseMessageOptions
ephemeral?:boolean
Whether the reply should be ephemeral
fetchReply?:boolean
Whether to fetch the reply
The files to send with the message.
Inherited from BaseMessageOptions
flags?:BitFieldResolvable< Extract<MessageFlagsString, 'Ephemeral' | 'SuppressEmbeds'>, MessageFlags.Ephemeral | MessageFlags.SuppressEmbeds >
Which flags to set for the message. Only MessageFlags.SuppressEmbeds and MessageFlags.Ephemeral can be set.
tts?:boolean
Whether the message should be spoken aloud