Send a sticker
send_sticker(client, number, sticker, delay = NULL, verbose = FALSE)A named list parsed from the Evolution API JSON response, containing
identifiers and metadata about the sticker message.
The HTTP status code is stored in attr(result, "http_status").
This output confirms the sticker was accepted and queued/sent by the server.
An evo_client() object.
Character. Recipient in E.164 format (e.g., "+5581999...").
URL or base64 image.
Integer (ms). Optional presence delay before sending.
Logical. If TRUE, logs request/response details.