get_poll_results
Retrieve the current vote tally of a cached poll, including zero-vote options, from a WhatsApp chat. Returns a JSON object with poll ID, chat JID, and option-to-vote-count mapping.
Instructions
(reads local cache; works while disconnected) Return the current vote tally for a cached poll. Read-only; no side effects. Zero-vote options are included so the response always lists every original option. Returns a JSON object {poll_message_id, chat_jid, tally} where tally is option_label -> vote_count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_jid | Yes | WhatsApp JID: individual as `<digits>@s.whatsapp.net` or bare phone digits, group as `<digits>-<timestamp>@g.us` | |
| poll_message_id | Yes | WhatsApp message ID of the poll to tally (use `ID` from send_poll, or `message_id` from list_messages) |