mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-15 10:36:09 +00:00
9 lines
382 B
TypeScript
9 lines
382 B
TypeScript
// Telegram API module exposes the plugin public contract.
|
|
export { buildChannelConfigSchema } from "openclaw/plugin-sdk/channel-config-schema";
|
|
export { TelegramConfigSchema } from "openclaw/plugin-sdk/bundled-channel-config-schema";
|
|
export {
|
|
normalizeTelegramCommandDescription,
|
|
normalizeTelegramCommandName,
|
|
resolveTelegramCustomCommands,
|
|
} from "./src/command-config.js";
|