Files
openclaw/extensions/telegram/config-api.ts
2026-04-04 19:34:56 +01:00

10 lines
260 B
TypeScript

export {
buildChannelConfigSchema,
TelegramConfigSchema,
} from "openclaw/plugin-sdk/channel-config-schema";
export {
normalizeTelegramCommandDescription,
normalizeTelegramCommandName,
resolveTelegramCustomCommands,
} from "./src/command-config.js";