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