export interface InteractionDeferReplyOptions
Options for deferring the reply to an BaseInteraction.
optionalBitFieldResolvable<Extract<MessageFlagsString, 'Ephemeral' | 'SuppressEmbeds' | 'SuppressNotifications'>, MessageFlags.Ephemeral | MessageFlags.SuppressEmbeds | MessageFlags.SuppressNotifications> flags? :
Flags for the reply.
optionalboolean withResponse? :
Whether to return an InteractionCallbackResponse as the response Only MessageFlags.Ephemeral
can be set.