Skip to content

go-telegram/fsm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.