teremterem / swipe-thought-bot

MIT License
0 stars 0 forks source link

Leverage from python-telegram-bot way of routing updates #5

Closed teremterem closed 3 years ago

teremterem commented 3 years ago

Look this up in python-telegram-bot docs (getting started, howtos etc.) - the framework can take care of sending updates to different python functions according to your setup.

teremterem commented 3 years ago

SwiperConversation class should receive updates and only then dispatch them to python-telegram-bot "facilities" (see comment to #48).

Maintain two classes:

teremterem commented 3 years ago

Checkout these: