Hi!
How to sent a video file to telegram via standard noda or HTTP Request. The standard node of telegram keeps saying that chat Id is not found. Is it possible to send via HTTP Request ?
Hi!
How to sent a video file to telegram via standard noda or HTTP Request. The standard node of telegram keeps saying that chat Id is not found. Is it possible to send via HTTP Request ?
If standard telegram node said the chat_id is not found.
You might encounter the same issue if you using Http Request.
Their fundemental are basically same. standard telegram node also using Telegram API like http request do.
Can you confirm the chat_id is correct?
Here is the work example of sending the telegram. I think you can also use thedata
field
Thank you so much!!! It works!
Yes, you are right, the standard Telegram node for sending videos always writes an error - chat id not found.
Glad to help.
remember to mark as solution it will be a big support for me. Thanks.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.