-
Notifications
You must be signed in to change notification settings - Fork 1
Polls
ardennguyen edited this page May 28, 2026
·
1 revision
| Command | Description |
|---|---|
poll create <groupId> <question> <options...> |
Create a poll |
poll info <pollId> |
View details and results |
poll vote <pollId> <optionIds...> |
Vote (IDs from poll info) |
poll unvote <pollId> |
Remove your vote |
poll add-option <pollId> <options...> [--vote] |
Add options |
poll lock <pollId> |
Close poll |
poll share <pollId> |
Share poll |
| Flag | Description |
|---|---|
--multi |
Allow multiple choices |
--add-options |
Members can add options |
--anonymous |
Hide voters |
--hide-preview |
Hide results until voted |
--expire <minutes> |
Auto-close after N minutes |
zalo-agent poll create <groupId> "Lunch spot?" "Phở" "Bún bò" "Cơm tấm" --multi --expire 60