multica/apps/gateway/telegram
Jiayuan Zhang 9646b08306 feat(gateway): port Desktop Telegram channel features to Gateway webhook bot
Port all 7 features from the Desktop long-polling Telegram channel plugin
to the Gateway webhook-based Telegram bot:

- Markdown → Telegram HTML formatting with parse-error fallback
- Text chunking for messages >4096 chars (paragraph-boundary split)
- Reply-to original message + 👀 ack reaction lifecycle
- Group chat support (mention/reply filtering, @mention stripping)
- Per-chat message serialization (prevents race conditions)
- Inbound media handling (voice/audio/photo/video/document)
  with transcription (Whisper) and description (Vision API)
- Outbound file captions with HTML formatting

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 22:06:43 +08:00
..
telegram-format.ts feat(gateway): port Desktop Telegram channel features to Gateway webhook bot 2026-02-13 22:06:43 +08:00
telegram-user.store.ts feat(utils): unify encrypted Device ID across all platforms 2026-02-13 17:34:23 +08:00
telegram.controller.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
telegram.module.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
telegram.service.ts feat(gateway): port Desktop Telegram channel features to Gateway webhook bot 2026-02-13 22:06:43 +08:00
types.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00