I can only upload videos upto 50mb.
But many bots on telegram can send videos upto 2gb.
So,I need a Python code to upload large videos on telegram bot.
Please help me.
Question posted in Telegram API
A comprehensive official documentation can be found here.
A comprehensive official documentation can be found here.
2
Answers
To upload videos (or if to be correct any files) more than 50mb you have to use a "Local Bot API Server".
You can read about this in Telegram Bot API Docs: https://core.telegram.org/bots/api#using-a-local-bot-api-server
first of all you need to develop the bot yourself and secondly you can use pyrogram it uses Mtproto which can help you bypass the 50MB limit.Hope it helps.
Edit : Added the relevant Links.