Library for building Telegram bots in Haskell based on type safe FSA architecture.
- The majority of this project is licensed under MIT (see
LICENSE). - Portions derived from telegram-bot-simple remain under BSD-3-Clause (see
LICENSE-BSD).- For details see
NOTICE.md
- For details see
Here you can see example of using this library for builing telegram bot. To build and run the example with nix use
nix build
nix runIf you are using cabal, run
cabal build telegram-bot-fsafe-example
cabal run telegram-bot-fsafe-example