Files
openclaw/extensions/telegram/src/config-schema.ts
2026-03-20 19:24:10 +00:00

4 lines
176 B
TypeScript

import { buildChannelConfigSchema, TelegramConfigSchema } from "../runtime-api.js";
export const TelegramChannelConfigSchema = buildChannelConfigSchema(TelegramConfigSchema);