send message not sending #715
anggatinggalklik
started this conversation in
General
Replies: 2 comments
-
What message ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
in receiver has look this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
{"type": "whatsmeow.SendResponse", "value": {"Timestamp":"2024-12-19T12:45:29Z","ID":"3EB0929206976A96095C03","ServerID":0,"DebugTimings":{"Queue":583,"Marshal":160000,"GetParticipants":0,"GetDevices":234368667,"GroupEncrypt":0,"PeerEncrypt":473123500,"Send":164250,"Resp":239223666,"Retry":0}}}
When sending messages via WhatsApp API using WhatsMeow, the message is not sent even though no errors appear. The response received shows SendResponse data which seems successful, but the message does not reach the recipient and sender.
have respon from sendmessage func
{
"type": "whatsmeow.SendResponse",
"value": {
"Timestamp": "2024-12-19T12:45:29Z",
"ID": "3EB0929206976A96095C03",
"ServerID": 0,
"DebugTimings": {
"Queue": 583,
"Marshal": 160000,
"GetParticipants": 0,
"GetDevices": 234368667,
"GroupEncrypt": 0,
"PeerEncrypt": 473123500,
"Send": 164250,
"Resp": 239223666,
"Retry": 0
}
}
}
Beta Was this translation helpful? Give feedback.
All reactions