Preview environment

interface InteractionDeferReplyOptions

export interface InteractionDeferReplyOptions

Options for deferring the reply to an BaseInteraction.

optional
ephemeral? : boolean

Whether the reply should be ephemeral. This option is deprecated. Use flags instead.

optional
fetchReply? : boolean

Whether to fetch the reply This option is deprecated. Use withResponse or fetch the response instead.

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

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

optional
withResponse? : boolean

Whether to return an InteractionCallbackResponse as the response