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.
SwiperConversation class should receive updates and only then dispatch them to python-telegram-bot "facilities" (see comment to #48).
Maintain two classes:
SwiperConversation - processes telegram updates.
SwiperPresentation - updates the bot in telegram and can be replaced with a data preprocessor ("data reconstructor") when in "data reconstruction" mode to produce data model for analysis.
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.