typealias InteractionDeferUpdateOptions

export type InteractionDeferUpdateOptions = Omit<InteractionDeferReplyOptions, 'ephemeral'>;

Options for deferring and updating the reply to a MessageComponentInteraction.

Union Members

Omit<InteractionDeferReplyOptions, 'ephemeral'>