Files
openclaw/src/security/audit-channel.telegram.runtime.ts
2026-03-22 00:53:12 +00:00

10 lines
232 B
TypeScript

import {
isNumericTelegramUserId,
normalizeTelegramAllowFromEntry,
} from "../../extensions/telegram/allow-from.js";
export const auditChannelTelegramRuntime = {
isNumericTelegramUserId,
normalizeTelegramAllowFromEntry,
};