openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
11 lines (10 loc) • 307 B
JavaScript
import { t as inspectTelegramAccount } from "../../account-inspect-BHv-ag3o.js";
//#region extensions/telegram/account-inspect-api.ts
function inspectTelegramReadOnlyAccount(cfg, accountId) {
return inspectTelegramAccount({
cfg,
accountId
});
}
//#endregion
export { inspectTelegramReadOnlyAccount };