skip to Main Content

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.

2

Answers


  1. 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

    Login or Signup to reply.
  2. 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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search