openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
8 lines (7 loc) • 380 B
TypeScript
import { t as ChannelPlugin } from "./types.plugin-BIHyhl5u.js";
import { t as TelegramProbe } from "./probe-CUDtDSfw.js";
import { t as ResolvedTelegramAccount } from "./accounts-BViSGDwM.js";
//#region extensions/telegram/src/channel.d.ts
declare const telegramPlugin: ChannelPlugin<ResolvedTelegramAccount, TelegramProbe, unknown>;
//#endregion
export { telegramPlugin as t };