ReferenceAction Models
AppBridgeActions
Reference for `AppBridgeActions`, exported as part of the public Shardwire surface.
type exported from src/discord/types.ts.
Summary
Reference for AppBridgeActions, exported as part of the public Shardwire surface.
Signature
export type AppBridgeActions = {
[K in BotActionName]: (
payload: BotActionPayloadMap[K],
options?: AppBridgeActionInvokeOptions,
) => Promise<ActionResult<BotActionResultDataMap[K]>>;
};