Why does send_video not work in my Python Telegram bot while send_animation works fine?
I’m developing a Telegram bot using the python-telegram-bot library. The bot is supposed to forward GIFs and videos to another user without watermarking the original sender’s ID. While send_animation works perfectly, send_video fails to send the video. Here’s the relevant part of my code: