Send a poll
send_poll(client, number, name, values, selectable_count = 1L, verbose = FALSE)A named list parsed from the JSON response issued by Evolution API,
including fields describing the created poll message (ID, timestamp,
poll options, metadata).
The HTTP status code is stored in attr(result, "http_status").
This output represents the API confirmation that the poll was created and dispatched.
An evo_client() object.
Character. Recipient in E.164 format (e.g., "+5581999...").
Question text.
Character vector of options.
Integer (# options a user can select).
Logical. If TRUE, logs request/response details.