Author: dephea
Status: 🟢 Open
️ Tags: bug
Created at: 21.05.2024, 16:37:33
Updated at: 21.05.2024, 16:37:33
Required
It is required to fix the delay when sending messages with a link that is not available to make a preview from.
Level
API
Workaround
In the request body of sendMessage, it is required to add an optional parameter "linkPreview" and set it to false value. Example:
{
"chatId": "40754815555@c.us",
"message": "https://some_link/",
"linkPreview": false
}
Open on GitHub