telegram-bot-simple-0.6: Easy to use library for building Telegram bots.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Telegram.Bot.Simple.Instances

Orphan instances

GetAction Text a Source # 
Instance details

GetAction () a Source # 
Instance details

Methods

getNextAction :: BotM () -> BotM (Maybe a) Source #

GetAction a a Source # 
Instance details

Methods

getNextAction :: BotM a -> BotM (Maybe a) Source #