Send a WhatsApp Status (story)
send_status(
client,
type = c("text", "image", "video", "document", "audio"),
content,
caption = NULL,
background_color = NULL,
font = NULL,
all_contacts = FALSE,
status_jid_list = NULL,
verbose = FALSE
)A named list parsed from the JSON response returned by Evolution API.
The object contains fields such as status, message, queueId, or
other elements depending on the API endpoint.
The HTTP status code of the request is stored in attr(result, "http_status").
This output represents the API-level confirmation of the status message sent.
An evo_client() object.
One of "text", "image", "video", "document", "audio".
Text (for type = "text") or URL/base64 for media.
Optional caption for media.
Hex color for text status background.
Integer font id.
Logical. Send to all contacts.
Optional character vector of JIDs.
Logical. If TRUE, logs request/response details.