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
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