openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
6 lines • 388 B
TypeScript
import { i as OpenClawConfig } from "../../types.openclaw-DBHlrrVj.js";
import { t as InspectedTelegramAccount } from "../../account-inspect-BYXRxDdT.js";
//#region extensions/telegram/account-inspect-api.d.ts
declare function inspectTelegramReadOnlyAccount(cfg: OpenClawConfig, accountId?: string | null): InspectedTelegramAccount;
//#endregion
export { inspectTelegramReadOnlyAccount };