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

8 lines
239 B
TypeScript

// Telegram API module exposes the plugin public contract.
export {
TELEGRAM_COMMAND_NAME_PATTERN,
normalizeTelegramCommandDescription,
normalizeTelegramCommandName,
resolveTelegramCustomCommands,
} from "./src/command-config.js";