SHARDWIRE
ReferenceAction Models

DeferInteractionActionResult

Reference for `DeferInteractionActionResult`, exported as part of the public Shardwire surface.

interface exported from src/discord/types.ts.

Summary

Reference for DeferInteractionActionResult, exported as part of the public Shardwire surface.

Signature

export interface DeferInteractionActionResult {
	deferred: true;
	interactionId: Snowflake;
}

Structure

On this page