Safe Haskell | None |
---|---|
Language | Haskell2010 |
Telegram.Bot.Simple.UpdateParser
Documentation
newtype UpdateParser a Source #
Constructors
UpdateParser | |
Fields
|
Instances
parseUpdate :: UpdateParser a -> Update -> Maybe a Source #
text :: UpdateParser Text Source #
commandWithBotName :: Text -> Text -> UpdateParser Text Source #
callbackQueryDataRead :: Read a => UpdateParser a Source #