Jonathan

Results 5 comments of Jonathan

from... message.from? because it isnt working!

i know it. i tried await client.sendText(chatId, '👋 Hello from sulla!' (works) but for send image no works.!

the trouble for send image it was the path, thanks

the trouble is in server.php if ( sizeof($Server->wsClients) == 1 ) $Server->wsSend($clientID, ""); ## this part reaplace with this : foreach ( $Server->wsClients as $id => $client ) $Server->wsSend($id,$message); or...

i had the same error, im using wampserver