mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-28 03:23:36 +00:00
8 lines
239 B
TypeScript
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";
|