help #234
leandrodesign
started this conversation in
General
help
#234
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having trouble replying to a specific message, can someone help me?
is correct?
async replyMessage(phoneNumber, text, quotedMessage) {
await this.verifyId(this.getWhatsAppId(phoneNumber))
await this.instance.sock?.presenceSubscribe(phoneNumber);
const data = await this.instance.sock?.sendMessage(
this.getWhatsAppId(phoneNumber),
{
text: text,
quoted: quotedMessage
}
);
return data;
}
Beta Was this translation helpful? Give feedback.
All reactions