Replies: 1 comment
-
You can send multiple image using {
"chatId": "[email protected]",
"file": {
"mimetype": "image/jpeg",
"filename": "filename.jpg",
"url": "https://github.com/devlikeapro/waha/raw/core/examples/waha.jpg"
},
"session": "default"
} when clients (the app on phone) receive >4 messages with no caption - it'll combine it on UI side |
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
-
Is there any way to send images in one batch + caption? As i can see API provides to send only 1 image
Beta Was this translation helpful? Give feedback.
All reactions