InteractionDeferReplyOptions

export interface InteractionDeferReplyOptions
export interface InteractionDeferReplyOptions
Options for deferring the reply to an BaseInteraction.
ephemeral?:boolean
Whether the reply should be ephemeral. This option is deprecated. Use flags instead.
fetchReply?:boolean
Whether to fetch the reply This option is deprecated. Use withResponse or fetch the response instead.
Flags for the reply. Only MessageFlags.Ephemeral can be set.
withResponse?:boolean
Whether to return an InteractionCallbackResponse as the response