Telegram to Discord
Status: Closed · Asked by lildd on · 0 views
Hello, I'm new. Created a connection based on your video, but the size of the photo in Discord leaves much to be desired. They are too small. Can I somehow bring the size of the photo closer to the original? I would be grateful for a detailed explanation. Link to your video: youtu.be/LO-kPZCfeok
Thanks
Hey @lildd
Telegram's API sends the same Image with different aspect ratios where you have to choose your required size from them.
So, apart from the Image which Telegram is sending in their trigger response, you cannot resize the image.
Kindly try recapturing the webhook response with Image again and check again.
Watch the first part of the video for your better understanding.
Hey @lilddTelegram's API sends the same Image with different aspect ratios where you have to choose your required size from them.
So, apart from the Image which Telegram is sending in their trigger response, you cannot resize the image.
Kindly try recapturing the webhook response with Image again and check again.
Watch the first part of the video for your better understanding.
Thanks for the reply!
As far as I can see in the video, the image began to look noticeably smaller than it was before sending it to Telegram. Is it possible somehow to leave the image size close to the Telegram version?
Hey @lildd
If the Telegram trigger event sends the image in that proportion then you can pass it in that aspect ratio, since Pabbly Connect only receives the data whcih was sent by the applications server end.
Thanks a lot for the great service. I figured it out, thanks.