Files
openclaw/extensions/telegram/config-api.ts
2026-06-04 22:03:15 -04:00

11 lines
327 B
TypeScript

// Telegram API module exposes the plugin public contract.
export {
buildChannelConfigSchema,
TelegramConfigSchema,
} from "openclaw/plugin-sdk/bundled-channel-config-schema";
export {
normalizeTelegramCommandDescription,
normalizeTelegramCommandName,
resolveTelegramCustomCommands,
} from "./src/command-config.js";