asternic / wuzapi

Simple RESTful API for WhatsApp in Golang (using the Whatsmeow multi device library)
MIT License
105 stars 58 forks source link

Problem sending message to existing user. #27

Open betaurino opened 7 months ago

betaurino commented 7 months ago

After connection to the API, when I send a message to a already existing user using its number, the message is send, but the message is not to the user, it creates a new chat using the passed number in the payload and send a message to a empty new chat.