标签: python python-telegram-bot
如何在python电报bot中停止senddocument?我尝试使用命令处理程序来停止此操作,但无法正常工作
senddocument
bot.sendChatAction(chat_id, 'UPLOAD_DOCUMENT') bot.sendDocument(chat_id, document=open((value), 'rb'), caption = value, timeout = 3600)