openclaw/src/security/audit-channel.telegram.runt...

10 lines
242 B
TypeScript

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