SHARDWIRE
ReferenceAction Models

DeleteInteractionReplyActionPayload

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

interface exported from src/discord/types.ts.

Summary

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

Signature

export interface DeleteInteractionReplyActionPayload {
	interactionId: Snowflake;
}

Structure

On this page