Send large video file by file_id with telegram bot – Telegram API
I'm using python and telebotAPI for my bot and I noticed that the command bot.send_video(chat_id, open(file_name, 'rb')) only sends videos smaller than 10mb, is there a way to send very large video files? UPDATE: After some comments I read in…