A named list parsed from the JSON response returned by Evolution API,
containing message metadata (IDs, timestamps, queue information) and any
additional fields defined by the endpoint.
The HTTP status code is stored in attr(result, "http_status").
This output represents the API confirmation that the text message was processed.
Arguments
client
An evo_client() object.
number
Character. Recipient in E.164 format (e.g., "+5581999...").
text
Character. Message body.
delay
Integer (ms). Optional presence delay before sending.
link_preview
Logical. Enable URL link preview.
mentions_everyone
Logical. Mention everyone (if applicable).
mentioned
Character vector of JIDs to mention (e.g., jid("+55...")).
quoted
Optional list with Baileys message key and message (reply-to).
verbose
Logical. If TRUE, logs request/response details with cli and enables req_verbose().