Louuke / WhatsJava

Implementation of the WhatsApp Web API in Java
Apache License 2.0
37 stars 16 forks source link

How to send emoji in message. and also need list of emoji codes. #16

Closed SSinfo302 closed 2 years ago

SSinfo302 commented 2 years ago

How to send emoji in message. and also need list of emoji codes.

please provide list and give example to send emoji.

Louuke commented 2 years ago

Just use any unicode table and use your desired emoji inside of the sendMessage method.

client.sendMessage("49123456789@c.us", "🙂");

You may also have look here