Spaces:
Paused
Paused
File size: 1,105 Bytes
4c34106 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # Bot to test functions
> Need to do _npm install_ in the main wppconnect folder and _npm start_ here
| Message | Return |
| ------------------------------------------------------- | ---------------------------- |
| `!ping` | pong |
| `!ping reply` | pong like reply |
| `!chats` | total chats opened |
| `!info` | infos about connection |
| `!location` | send location |
| `!sendto <number> <msg>` | send msg to some number |
| `!pin <true or false>` | freeze this chat |
| `!typing <true or false>` | change state chat to typing |
| `!ChatState < 0: Typing or 1: Recording or 2: Paused >` | change state chat to options |
|