Options for deferring the reply to an BaseInteraction.
Whether to fetch the reply This option is deprecated. Use
withResponse
or fetch the response instead.flags?:BitFieldResolvable<Extract<MessageFlagsString, 'Ephemeral' | 'SuppressEmbeds' | 'SuppressNotifications'>, MessageFlags.Ephemeral | MessageFlags.SuppressEmbeds | MessageFlags.SuppressNotifications>
Flags for the reply. Only
MessageFlags.Ephemeral
can be set.Whether to return an InteractionCallbackResponse as the response