ReferenceAction Models
AppBridgeActionInvokeOptions
Reference for `AppBridgeActionInvokeOptions`, exported as part of the public Shardwire surface.
type exported from src/discord/types.ts.
Summary
Reference for AppBridgeActionInvokeOptions, exported as part of the public Shardwire surface.
Signature
export type AppBridgeActionInvokeOptions = {
timeoutMs?: number;
requestId?: string;
/** When set, duplicate keys within TTL return the first result (best-effort idempotency). */
idempotencyKey?: string;
};