export interface InteractionDeferReplyOptions
Options for deferring the reply to an BaseInteraction.
optionalboolean ephemeral? :
Whether the reply should be ephemeral. This option is deprecated. Use flags
instead.
optionalboolean fetchReply? :
Whether to fetch the reply This option is deprecated. Use withResponse
or fetch the response instead.
optionalBitFieldResolvable<Extract<MessageFlagsString, 'Ephemeral'>, MessageFlags.Ephemeral> | undefined flags? :
Flags for the reply. Only MessageFlags.Ephemeral
can be set.
optionalboolean withResponse? :
Whether to return an InteractionCallbackResponse as the response