ReferenceAction Models
DeleteInteractionReplyActionResult
Reference for `DeleteInteractionReplyActionResult`, exported as part of the public Shardwire surface.
interface exported from src/discord/types.ts.
Summary
Reference for DeleteInteractionReplyActionResult, exported as part of the public Shardwire surface.
Signature
export interface DeleteInteractionReplyActionResult {
deleted: true;
interactionId: Snowflake;
}