This repo contains the code for a simple Finite State Machine (FSM) implemented for usage with github.com/go-telegram/bot
library.
You can use this library for store the state of a conversation with a user in a Telegram bot.
See an example of usage in the example
folder.