openclaw/extensions/telegram/src/config-schema.ts

4 lines
192 B
TypeScript

import { buildChannelConfigSchema, TelegramConfigSchema } from "openclaw/plugin-sdk/telegram-core";
export const TelegramChannelConfigSchema = buildChannelConfigSchema(TelegramConfigSchema);