message_getPollVotes
Retrieve poll vote results for a WhatsApp message using session, chat, and message IDs. If the message is not a poll or is missing, returns null.
Instructions
[Message] Get poll vote results for a message with a poll. May return null if the message does not exist or is not a poll.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | No | The chat id which contains the message | |
| messageId | No | Unique WhatsApp ID for the message | |
| sessionId | Yes | Unique identifier for the session (alphanumeric and - allowed) |