@
修复 Telegram 内联按钮点击无响应 infinity_polling allowed_updates 未包含 callback_query,导致确认绑定按钮无响应 @
This commit is contained in:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user