Options for deferring the reply to an BaseInteraction.
flags?:BitFieldResolvable<Extract<MessageFlagsString, 'Ephemeral' | 'SuppressEmbeds' | 'SuppressNotifications'>, MessageFlags.Ephemeral | MessageFlags.SuppressEmbeds | MessageFlags.SuppressNotifications>
Flags for the reply. Only
MessageFlags.Ephemeral
can be set.