SHARDWIRE
ReferenceAction Models

EditInteractionReplyActionPayload

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

interface exported from src/discord/types.ts.

Summary

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

Signature

export interface EditInteractionReplyActionPayload extends BridgeMessageInput {
	interactionId: Snowflake;
}

Structure

On this page