Simon Kim 4620040ceb feat(telegram): batch document attachments sent in quick succession into a single agent turn
Telegram sends each document as a separate message (no media_group_id).
This change introduces a configurable time window (documentBatchWindowMs,
default 1500ms) that collects consecutive document messages from the same
sender in the same chat/thread and dispatches them as a single processMessage
call, mirroring the existing media-group batching behavior.
2026-03-20 14:47:44 +09:00
..