Files
openclaw/extensions/telegram/config-api.ts
2026-04-28 02:31:21 +01:00

10 lines
268 B
TypeScript

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