Answer the question
In order to leave comments, you need to log in
How to find out what machine state a particular user is in?
The bottom line is, I need to find out in what machine state a particular user of the telegram bot is, tell me how this can be done, but not through the database
Answer the question
In order to leave comments, you need to log in
storage = MemoryStorage()
async def function():
interest_data = await storage.get_state(user=user_id, chat=chat_id)
print(interest_data)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question