Telegram Bot > Send a Photo - Error

Status: Closed · Asked by darknight on · 0 views

darknight — Question ·

{
"ok": false,
"error_code": 400,
"description": "Bad Request: MEDIA_CAPTION_TOO_LONG"
}

darknight — Reply ·

To send a message: telegram-send "Hello, World!" There is a maximum message length of 4096 characters,

Pabblymember11 — Reply ·

Hey @darknight

Could you please share the name of the workflow in which you are having such trouble?

Pabblymember11 — Reply ·

Hey @darknight

In the caption field, you can only pass 1024 characters. And in your execution, you are passing more than 1300 characters.

Back to all forum threads · Log in to reply