Replies: 2 comments
-
Hi! Do you mean GIF (like image video)? For GIFs - you need to convert it to video locally and after that send as video POST /api/sendVideo
{
"session": "default",
"chatId": "11111111111@c.us",
"caption": "Watch this video!",
"file": {
"mimetype": "video/mp4",
"filename": "video.mp4",
"url": "https://github.com/devlikeapro/whatsapp-http-api/raw/core/examples/video.mp4"
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
We'll add full label support a bit later in #318 |
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
-
Hi, experts and authors,
How can I send gift image to other and How to create label for contracts?
Please help
Beta Was this translation helpful? Give feedback.
All reactions