artale
7bb9a7dcfc
fix(telegram): wire sendPollTelegram into channel action handler ( #16977 )
...
The Telegram channel adapter listed no 'poll' action, so agents could
not create polls via the unified action interface. The underlying
sendPollTelegram function was already implemented but unreachable.
Changes:
- telegram.ts: add 'poll' to listActions (enabled by default via gate),
add handleAction branch that reads pollQuestion/pollOption params and
delegates to handleTelegramAction with action 'sendPoll'.
- telegram-actions.ts: add 'sendPoll' handler that validates question,
options (≥2), and forwards to sendPollTelegram with threading, silent,
and anonymous options.
- actions.test.ts: add test verifying poll action routes correctly.
Fixes #16977
2026-02-17 00:01:07 +01:00
..
2026-02-14 22:03:45 -08:00
2026-02-14 22:03:45 -08:00
2026-02-01 10:03:47 +09:00
2026-02-16 23:50:34 +01:00
2026-02-13 14:28:22 +00:00
2026-02-01 10:03:47 +09:00
2026-02-14 15:39:45 +00:00
2026-02-16 16:42:28 +00:00
2026-02-13 14:28:22 +00:00
2026-02-13 16:58:30 +01:00
2026-02-16 14:59:30 +00:00
2026-02-16 02:36:00 -08:00
2026-02-12 16:31:06 -06:00
2026-02-15 21:19:25 -06:00
2026-01-23 09:06:04 +00:00
2026-02-13 14:28:22 +00:00
2026-02-04 04:02:38 +00:00
2026-02-16 23:51:47 +01:00
2026-02-16 23:51:47 +01:00
2026-02-16 02:36:18 +00:00
2026-02-14 22:01:11 +01:00
2026-02-14 21:53:30 +01:00
2026-02-16 14:59:30 +00:00
2026-02-01 10:03:47 +09:00
2026-02-16 23:50:27 +01:00
2026-02-15 23:14:42 +00:00
2026-02-16 23:53:21 +01:00
2026-02-16 22:48:47 +05:30
2026-02-16 23:54:56 +01:00
2026-02-14 13:27:45 +01:00
2026-02-14 15:39:45 +00:00
2026-02-16 23:50:21 +01:00
2026-02-16 03:00:25 +00:00
2026-02-16 03:56:49 +01:00
2026-02-01 10:03:47 +09:00
2026-02-16 03:56:49 +01:00
2026-02-16 03:56:49 +01:00
2026-02-16 03:56:49 +01:00
2026-02-16 02:59:30 +00:00
2026-02-16 03:56:49 +01:00
2026-02-01 10:03:47 +09:00
2026-02-13 02:02:01 +01:00
2026-02-16 03:56:49 +01:00
2026-02-16 23:54:14 +01:00
2026-02-16 03:41:58 +00:00
2026-02-16 23:51:44 +01:00
2026-02-16 23:51:44 +01:00
2026-02-16 02:38:00 +00:00
2026-02-16 23:54:56 +01:00
2026-02-17 00:01:07 +01:00
2026-02-16 08:20:24 -05:00
2026-02-16 08:20:24 -05:00
2026-02-16 23:50:34 +01:00
2026-02-16 01:21:11 +01:00
2026-02-16 14:59:30 +00:00
2026-02-13 14:28:22 +00:00
2026-02-16 14:59:30 +00:00
2026-02-16 14:59:30 +00:00
2026-02-16 14:59:30 +00:00
2026-02-16 14:59:30 +00:00
2026-02-16 23:54:40 +01:00
2026-02-15 23:12:57 +00:00
2026-02-16 23:50:18 +01:00
2026-02-16 01:21:11 +01:00
2026-02-16 18:31:27 +00:00
2026-02-16 18:09:45 +00:00
2026-02-13 14:28:22 +00:00
2026-01-18 01:42:54 +00:00
2026-02-16 23:50:18 +01:00
2026-02-13 14:28:22 +00:00
2026-02-01 10:03:47 +09:00