mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 12:26:38 -06:00
fix(telegram): support polls lasting up to seven days (#129461)
This commit is contained in:
committed by
GitHub
parent
68e7942ffc
commit
6f61184d1e
+1
-1
@@ -168,7 +168,7 @@ openclaw message poll --channel discord \
|
||||
- `--poll-option <choice>`: repeat 2-12 times.
|
||||
- `--poll-multi`: allow multiple selections.
|
||||
- Discord: `--poll-duration-hours`, `--silent`, `--message`.
|
||||
- Telegram: `--poll-duration-seconds <n>` (5-600), `--silent`,
|
||||
- Telegram: `--poll-duration-seconds <n>` (5-604800; up to seven days), `--silent`,
|
||||
`--poll-anonymous` / `--poll-public`, `--thread-id`.
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user