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