1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-02 16:05:28 +00:00
tgbotapi/tgbotapi.extensions.behaviour_builder.fsm
2021-10-15 18:24:06 +06:00
..
src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/behaviour_builder update kdocs of BehaviourContextWithFSM 2021-10-15 17:55:13 +06:00
build.gradle BehaviourBuilder FSM extension 2021-10-13 14:22:01 +06:00
mpp_publish_template.kpsb BehaviourBuilder FSM extension 2021-10-13 14:22:01 +06:00
publish.gradle BehaviourBuilder FSM extension 2021-10-13 14:22:01 +06:00
README.md a little fill of Readme for fsm behaviour builder 2021-10-15 18:24:06 +06:00

TelegramBotAPI Behaviour Builder FSM Extensions

Maven Central

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