我想通过API发送视频,有发送文本、图像、音频和文档的功能。有没有发送视频的功能或者我应该使用此功能来发送视频吗?
bot.send_document(chat_id=chat_id, document=open('tests/test.zip', 'rb'))
有更简单/更正确的方法吗?
python-telegram-bot
python-telegram-bot ×1