mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-07 23:31:07 +00:00
10 lines
242 B
TypeScript
10 lines
242 B
TypeScript
import {
|
|
isNumericTelegramUserId,
|
|
normalizeTelegramAllowFromEntry,
|
|
} from "../channels/read-only-account-inspect.telegram.js";
|
|
|
|
export const auditChannelTelegramRuntime = {
|
|
isNumericTelegramUserId,
|
|
normalizeTelegramAllowFromEntry,
|
|
};
|