openclaw/extensions
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
..
2026-03-19 08:29:57 -04:00
2026-03-19 03:36:03 +00:00
2026-03-19 08:29:57 -04:00
2026-03-18 23:58:56 +00:00