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?