Telegram Bot > Send a Photo - Error
Status: Closed · Asked by darknight on · 0 views
{
"ok": false,
"error_code": 400,
"description": "Bad Request: MEDIA_CAPTION_TOO_LONG"
}
To send a message: telegram-send "Hello, World!" There is a maximum message length of 4096 characters,
Hey @darknight
Could you please share the name of the workflow in which you are having such trouble?
Hey @darknight
In the caption field, you can only pass 1024 characters. And in your execution, you are passing more than 1300 characters.
