Replies: 1 comment
-
Yes, identify values in message JSON, in JSON message.type === "reply", when the type is reply you need to identify the type of reply in message.subtype, which can be of various types "chat|image|location|vcard|multi_vcard" etc. The original message is in message.quotedMsg and the reply is in message.body |
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
-
Existe alguma forma de identificar se a mensagem recebida é uma Reply?
(Is there any way to identify if the received message is a Reply?)
Beta Was this translation helpful? Give feedback.
All reactions