Node details updated

This commit is contained in:
rawee
2022-12-07 01:23:10 +05:30
parent 88d898d3b9
commit 32074075d9
5 changed files with 28 additions and 28 deletions

View File

@@ -27,10 +27,10 @@
<script type="text/markdown" data-help-name="whatsapp-in">
**Whatsapp In** : Node to recive all messages send to connected number.
- Simply deploy the node and wait for connected (green) status.
- After succesfully connection, Node is able to recive all messages.
- Messages can be read at `msg.payload` and `msg.body` and sender number can be read at `msg.from`.
- Please look complete `{msg}` to get all details about recived message.
Node to recive all messages send to connected number.
- Simply deploy the node and wait for connected (green) status.
- After succesfully connection, Node is able to recive all messages.
- Messages can be read at `msg.payload` and `msg.body` and sender number can be read at `msg.from`.
- Please look complete `{msg}` to get all details about recived message.
</script>