mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-31 03:41:51 +00:00
10 lines
226 B
TypeScript
10 lines
226 B
TypeScript
import {
|
|
isNumericTelegramUserId,
|
|
normalizeTelegramAllowFromEntry,
|
|
} from "../plugin-sdk/telegram-runtime.js";
|
|
|
|
export const auditChannelTelegramRuntime = {
|
|
isNumericTelegramUserId,
|
|
normalizeTelegramAllowFromEntry,
|
|
};
|