powered by
Get a WhatsApp message by ID (Whapi.Cloud)
whapi_get_message( message_id, resync = FALSE, token = Sys.getenv("WHAPI_TOKEN", unset = ""), timeout = 30, verbose = TRUE )
Tibble with fields: id, type, subtype, chat_id, chat_name, from, from_name, from_me, source, timestamp, timestamp_dt, device_id, status, and raw resp.
resp
Character(1). The message ID to fetch.
Logical(1). Whether to resync from the device. Default FALSE.
Bearer token (default from WHAPI_TOKEN env var).
Timeout in seconds. Default 30.
Print CLI progress? Default TRUE.
if (FALSE) { # Needs API Key whapi_get_message("PsobWy36679._7w-wKmB9tMeGQ") }
Run the code above in your browser using DataLab