multica/apps/gateway/telegram
Jiayuan Zhang d75a24714d feat(gateway): add Telegram QR deep link connection flow
Add short code store, bot commands (/start, /status, /help), and
POST /telegram/connect-code endpoint for Desktop to create QR codes.
Users scan a QR → Telegram opens → /start {code} → auto-connects.

- ShortCodeStore: in-memory Map with TTL for connection info
- Bot commands registered via setMyCommands
- Refactor handleConnectionLink into shared connectUser method
- Fetch bot username via getMe() for deep link URL

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 00:30:01 +08:00
..
short-code-store.ts feat(gateway): add Telegram QR deep link connection flow 2026-02-14 00:30:01 +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 feat(gateway): add Telegram QR deep link connection flow 2026-02-14 00:30:01 +08:00
telegram.module.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
telegram.service.ts feat(gateway): add Telegram QR deep link connection flow 2026-02-14 00:30:01 +08:00
types.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00