From 8e34fdd489befd5fe1ab739cf0d5d6dd9316edb2 Mon Sep 17 00:00:00 2001 From: madhukarjadhav736 <109423841+madhukarjadhav736@users.noreply.github.com> Date: Wed, 24 Sep 2025 19:39:54 +0530 Subject: [PATCH 1/2] Update __init__.py --- heyoo/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heyoo/__init__.py b/heyoo/__init__.py index e8cc39c..18af178 100644 --- a/heyoo/__init__.py +++ b/heyoo/__init__.py @@ -83,7 +83,7 @@ async def send_reaction(self, emoji, message_id, recipient_id, recipient_type="i Sends a reaction message to a WhatsApp user's message asynchronously. Args: - emoji (str): Emoji to become a reaction to a message. Ex.: '\uD83D\uDE00' (😀) + emoji (str): Emoji to become a reaction to a message. Ex.: '\uD83D\uDE00' message_id (str): Message id for a reaction to be attached to recipient_id (str): Phone number of the user with country code without + recipient_type (str): Type of the recipient, either individual or group From 65fefd79cc82afa8050aca2cb9d244fbe579ad4b Mon Sep 17 00:00:00 2001 From: madhukarjadhav736 <109423841+madhukarjadhav736@users.noreply.github.com> Date: Wed, 24 Sep 2025 21:20:36 +0530 Subject: [PATCH 2/2] Update __init__.py remove non utf characters --- heyoo/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heyoo/__init__.py b/heyoo/__init__.py index 18af178..f40b17e 100644 --- a/heyoo/__init__.py +++ b/heyoo/__init__.py @@ -92,7 +92,7 @@ async def send_reaction(self, emoji, message_id, recipient_id, recipient_type="i ```python from whatsapp import WhatsApp whatsapp = WhatsApp(token, phone_number_id) - await whatsapp.send_reaction("\uD83D\uDE00", "wamid.HBgLM...", "5511999999999") + await whatsapp.send_reaction("wamid.HBgLM...", "5511999999999") ``` """ data = {