修复 Telegram 内联按钮点击无响应

infinity_polling allowed_updates 未包含 callback_query,导致确认绑定按钮无响应
@
This commit is contained in:
2569718930@qq.com
2026-05-20 11:50:32 +08:00
parent 781d8cf476
commit 82d7c0ea6d
+1 -1
View File
@@ -103,4 +103,4 @@ def start_bot() -> None:
started_count,
len(runtime_status.loops),
)
bot.infinity_polling(allowed_updates=["message", "chat_join_request"])
bot.infinity_polling(allowed_updates=["message", "callback_query", "chat_join_request"])