当用户在电报机器人中按/start时,我想要创建一个对象,然后在机器人的所有命令中共享这个对象。这个是可能的吗?据我所知,在您的服务器中只有一个线程在运行。但是,我看到命令函数中有上下文。我能把这个对象作为一种上下文传递吗?例如:This is a class object that I created to store data from the user and configure the texts I'll display depending on
the user language but maybe I fill it also with