4 lines
192 B
TypeScript
4 lines
192 B
TypeScript
import { buildChannelConfigSchema, TelegramConfigSchema } from "openclaw/plugin-sdk/telegram-core";
|
|
|
|
export const TelegramChannelConfigSchema = buildChannelConfigSchema(TelegramConfigSchema);
|