1

I want to add two emoji in the Nickname with WhatsAPI official library for PHP, to send a message.

$w = new WhatsProt($username,"MyNickname+SoccerBall+Pizza", true);

So I want that My Nickname will be display with the soccer ball and pizza emoji after that. How can I do this?

I love coding
  • 1,183
  • 3
  • 18
  • 47

1 Answers1

1

Simply add the Unicode equivalent for the emoji. You can find a table here

mcont
  • 1,749
  • 1
  • 22
  • 33