mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-13 14:56:06 +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";
|