Telegram – get the media download url using telethon
I used python-telegram-bot to get download url from the posts sent to my implemented bot. The problem was the file size limitation (max upload size: 50 MB, max download size: 20 MB). So I changed my python library to telethon…