Replies: 2 comments
-
|
right now it's possible only to remove chat. https://waha.devlike.pro/docs/how-to/chats/#delete-chat |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Available in 2024.8.1 👉 Read more about the endpoints on 💬 Chats page! Archive chatUse the method to archive chat POST /api/{session}/chats/{chatId}/archiveUnarchive chatUse the method to unarchive chat POST /api/{session}/chats/{chatId}/unarchivechat.archiveThe {
"event": "chat.archive",
"session": "default",
"payload": {
"id": "123123123@c.us",
"timestamp": 1667561485,
"archived": true <== or false
},
...
} |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to perform actions on a WhatsApp archive using this API? For example, can we archive chats or, if we are doing a newsletter, can we ignore archived chats?
Beta Was this translation helpful? Give feedback.
All reactions