#17294: docs(telegram): add poll CLI example and constraints
docs
channel: telegram
stale
size: XS
Cluster:
Telegram Poll Action Enhancements
## Summary
- add a telegram-specific `openclaw message poll` example to channel docs
- document telegram poll constraints: 2-12 options, 5-600 seconds, and `--poll-public`
- keep scope docs-only (no runtime changes)
## Verification
- checked flags via `openclaw message poll --help`
- validated placement in the existing "Limits, retry, and CLI targets" section
<!-- greptile_comment -->
<h3>Greptile Summary</h3>
Added Telegram-specific CLI poll example and documented poll constraints (2-10 options, 5-600 seconds, `--poll-public` flag). The documentation accurately reflects the implementation with the corrected option limit from the previous review thread.
<h3>Confidence Score: 5/5</h3>
- This PR is safe to merge with no risk - docs-only change that accurately documents existing functionality
- Documentation-only PR that accurately reflects implementation details verified in source code (`src/telegram/send.ts:979` for maxOptions:10, lines 1049-1050 for 5-600 duration, `src/cli/program/message/register.poll.ts:21` for --poll-public flag). The previously identified issue with 2-12 options has been corrected to 2-10.
- No files require special attention
<sub>Last reviewed commit: c068328</sub>
<!-- greptile_other_comments_section -->
<!-- /greptile_comment -->
Most Similar PRs
#17357: feat(telegram): implement telegram poll action,persistent answer ro...
by akyourowngames · 2026-02-15
80.7%
#17894: fix(telegram): add missing poll action gate with input validation
by PlayerGhost · 2026-02-16
77.2%
#3186: fix(telegram): sanitize update offset + lock polling
by daxiong888 · 2026-01-28
75.4%
#17441: feat(telegram): add poll action support
by iacosta3994 · 2026-02-15
74.5%
#22690: fix: wire up Telegram poll action in provider dispatch
by sleitor · 2026-02-21
74.4%
#22489: fix(telegram): wire up poll action in dispatch
by pierreeurope · 2026-02-21
74.3%
#20511: fix: register poll action gate for Telegram adapter (#17528)
by echoVic · 2026-02-19
72.6%
#21757: Docs/telegram inbound troubleshooting
by alanparesys · 2026-02-20
71.5%
#11132: fix(telegram): guard command menu overflow and doctor warnings
by kiminbean · 2026-02-07
71.5%
#17723: Telegram actions: let poll fall back to core sender
by clzoc · 2026-02-16
71.4%