interface InteractionDeferReplyOptions

export interface InteractionDeferReplyOptions

Options for deferring the reply to an BaseInteraction.

optional
fetchReply? : boolean

Whether to fetch the reply

optional
flags? : BitFieldResolvable<Extract<MessageFlagsString, 'Ephemeral' | 'SuppressEmbeds' | 'SuppressNotifications'>, MessageFlags.Ephemeral | MessageFlags.SuppressEmbeds | MessageFlags.SuppressNotifications>

Flags for the reply. Only MessageFlags.Ephemeral can be set.