refactor(telegram): share outbound param parsing

This commit is contained in:
Peter Steinberger
2026-02-15 01:07:37 +00:00
parent 4104229996
commit 5e205030ed
4 changed files with 43 additions and 56 deletions

View File

@@ -350,6 +350,10 @@ export {
normalizeTelegramMessagingTarget,
} from "../channels/plugins/normalize/telegram.js";
export { collectTelegramStatusIssues } from "../channels/plugins/status-issues/telegram.js";
export {
parseTelegramReplyToMessageId,
parseTelegramThreadId,
} from "../telegram/outbound-params.js";
export { type TelegramProbe } from "../telegram/probe.js";
// Channel: Signal