mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
11 lines
327 B
TypeScript
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";
|