openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
16 lines • 636 B
TypeScript
import { r as GroupKeyResolution } from "./types-DeuBjaEd.js";
import { s as MsgContext } from "./templating-CpgmHvb9.js";
import { n as InboundLastRouteUpdate } from "./pairing-messages-pHgW_zyI.js";
//#region src/channels/session.d.ts
declare function recordInboundSession(params: {
storePath: string;
sessionKey: string;
ctx: MsgContext;
groupResolution?: GroupKeyResolution | null;
createIfMissing?: boolean;
updateLastRoute?: InboundLastRouteUpdate;
onRecordError: (err: unknown) => void;
trackSessionMetaTask?: (task: Promise<unknown>) => void;
}): Promise<void>;
//#endregion
export { recordInboundSession as t };