SHARDWIRE
ReferenceAction Models

DeferInteractionActionPayload

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

interface exported from src/discord/types.ts.

Summary

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

Signature

export interface DeferInteractionActionPayload {
	interactionId: Snowflake;
	ephemeral?: boolean;
}

Structure

On this page