interface InteractionDeferReplyOptions

export interface InteractionDeferReplyOptions

Options for deferring the reply to an BaseInteraction.

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

Flags for the reply.

optional
withResponse? : boolean

Whether to return an InteractionCallbackResponse as the response Only MessageFlags.Ephemeral can be set.