mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-16 21:33:47 +00:00
.. | ||
src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/behaviour_builder | ||
build.gradle | ||
mpp_publish_template.kpsb | ||
publish.gradle | ||
README.md |
TelegramBotAPI Behaviour Builder FSM Extensions
This extension has been created to integrate finite state machine in BehaviourBuilder.
In case you wish to use some custom store for steps (states), you may extend StatesManager
or use DefaultStatesManager
with custom DefaultStatesManagerRepo
. See Examples repo
to get more info and see how it works on base level