Usage of StateMemoryStorage() #1570
Unanswered
fadelazzahraa
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hello. Sorry for a loong response. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Usage of StateMemoryStorage()
I saw an example of
StateMemoryStorage
in custom_states.py which is to store what the specific user wrote in bot.My question is: Can I use
StateMemoryStorage
without usingset_state
?In this case, I don't need a 'state' marker for what stages the user has done, I just want to store what specific user wrote in bot (can't be overwritten by another user)
or maybe someone can share another implementation of StateMemoryStorage. Thanks
Beta Was this translation helpful? Give feedback.
All reactions