📌  相关文章
📜  旧的处理程序 API 已弃用 - 有关详细信息,请参阅 https:git.io fxJuV - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:07.226000             🧑  作者: Mango

代码示例1
#Warning in gdgpisausermanager.py. See https://git.io/fxJuV for details.

#Adding 
use_context=True 
#in
updater = Updater(token = token, use_context=True)
#as suggested seems broking the bot (at least on Docker).