Bad request chat not found

hello,

i have an error in my workflow in telegram last trigger for sending the output of my ai agent its saying Bad Request check your parameters.

If i send text message the workflow works perfect but if i send voice message it gives this error

here is the workflow :

and here is the error message in the last node

Please help.

You chat id should always come from the original “Telegram Trigger” to make sure you’re working with the current conversation

So use this instead:

{{ $('Telegram Trigger').first().json.message.chat.id }}

1 Like

thank you so much worked like a charm

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.