Get Telegram channel update, create embed message and foward in discord with webhook

I’m trying to set up a foward system for telegram-discord, I have a problem with images from telegram since these img are files and not url how can I retrieve the image data and add to the embed message?
I see the data like this when it come from the telegram channel update

Hi, Did you ever figure this out? I am trying to do the same thing but the documentation for pipedream seems woefully inadequate!!

@t0mas5 can you share the link to the specific Telegram API endpoint you’re hitting to list these images? It might also be useful to reach out to the Telegram community to see if someone can provide documentation / Node.js code for retrieving the specific data you need. If you can find documentation on the Telegram HTTP API operation that does what you need, check out these docs to make the right HTTP request (and let me know if you have any questions about that).

@khpov we integrate with 400+ apps so we focus our documentation on the Pipedream platform. When you’re working with an app like Telegram, it’s best to refer to their docs / community. If you can make an HTTP request or find Node.js code that does what you want, you can run that code on Pipedream. See these docs for more information on that:

You can also submit an issue on our GitHub repo requesting specific docs, or submit a pull request to add new docs.

Let me know if that helps.

Hi,

Did you manage to get this to work?