Files
openclaw/extensions/telegram/config-api.ts
2026-04-27 11:19:09 +01:00

10 lines
267 B
TypeScript

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