cURL
curl --request POST \ --url https://api.botifiy.com/message/sendReaction/{instance} \ --header 'Content-Type: application/json' \ --header 'apikey: <api-key>' \ --data ' { "key": { "remoteJid": "<string>", "fromMe": true, "id": "<string>" }, "reaction": "<string>" } '
{ "key": { "remoteJid": "<string>", "fromMe": true, "id": "<string>" }, "message": { "reactionMessage": { "key": { "remoteJid": "<string>", "fromMe": true, "id": "<string>" }, "text": "<string>", "senderTimestampMs": "<string>" } }, "messageTimestamp": "<string>", "status": "<string>" }
Send reaction message
Name of the instance
Show child attributes
Chat contact or group remote JID
If the message was sent by the instance owner or not
Message ID
Reaction emoji
Created