mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-25 08:52:12 +00:00
10 lines
232 B
TypeScript
10 lines
232 B
TypeScript
import {
|
|
isNumericTelegramUserId,
|
|
normalizeTelegramAllowFromEntry,
|
|
} from "../../extensions/telegram/allow-from.js";
|
|
|
|
export const auditChannelTelegramRuntime = {
|
|
isNumericTelegramUserId,
|
|
normalizeTelegramAllowFromEntry,
|
|
};
|