SHARDWIRE
ReferenceWorkflow Helpers

deferUpdateThenEditInteractionReply

Defer a component interaction with type `DEFER_UPDATE_MESSAGE`, then edit the reply.

function exported from src/workflows/interaction.ts.

Summary

Defer a component interaction with type DEFER_UPDATE_MESSAGE, then edit the reply.

Signature

/**
 * Defer a component interaction with type `DEFER_UPDATE_MESSAGE`, then edit the reply.
 *
 * @see https://shardwire.js.org/docs/reference/workflows/defer-update-then-edit-interaction-reply/
 */
export async function deferUpdateThenEditInteractionReply(app: Pick<AppBridge, 'actions'>, args:;

On this page