Files
openclaw/src/security/audit-channel.telegram.runtime.ts
2026-03-30 01:03:24 +01:00

10 lines
242 B
TypeScript

import {
isNumericTelegramUserId,
normalizeTelegramAllowFromEntry,
} from "../channels/read-only-account-inspect.telegram.js";
export const auditChannelTelegramRuntime = {
isNumericTelegramUserId,
normalizeTelegramAllowFromEntry,
};