teremterem / swipe-thought-bot

MIT License
0 stars 0 forks source link

Introduce Swiper State for the purpose of matching users #85

Closed teremterem closed 3 years ago

teremterem commented 3 years ago

Additionally (if not too hard or even possible at all):

teremterem commented 3 years ago

Do not bother getting rid of StateAwareHandlers class - PTB conversation states have multiple levels (per chat, per user, per message) and trying to "convey" current state to handlers any other way than the way you already do (through StateAwareHandlers class) is not worth the effort!