Skip to content

go-telegram/fsm

Repository files navigation

FSM

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.

Usage

See an example of usage in the example folder.