ookamiiixd / baileys-api

Simple WhatsApp REST API with multiple device support
MIT License
433 stars 329 forks source link

Can't able to fetch outgoing message #168

Open sairmali opened 1 year ago

sairmali commented 1 year ago

when call this api (http://localhost:99/john/chats/91xxxxxxxx259@s.whatsapp.net) so, can get only incoming message only just i want to fetch outgoing also and if i sent outgoing message on whatsapp number throw this api (http://localhost:99/john/messages/send) { "jid": "91xxxxxxxxx259@s.whatsapp.net", "type": "number", "message": { "text": "Hello!" } } so i can't get outgoing message and if i sent to my normal phone i can get outgoing message

sairmali commented 1 year ago

@ookamiiixd please resolve my issue