Files
openclaw/extensions/telegram/src/bot-message-context.session.runtime.ts
2026-06-04 22:03:15 -04:00

7 lines
518 B
TypeScript

// Telegram plugin module implements bot message context.session behavior.
export { buildChannelInboundEventContext } from "openclaw/plugin-sdk/channel-inbound";
export { readSessionUpdatedAt, resolveStorePath } from "openclaw/plugin-sdk/session-store-runtime";
export { recordInboundSession } from "openclaw/plugin-sdk/conversation-runtime";
export { resolveInboundLastRouteSessionKey } from "openclaw/plugin-sdk/routing";
export { resolvePinnedMainDmOwnerFromAllowlist } from "openclaw/plugin-sdk/security-runtime";