telega-0.2.3: Telegram Bot API binding

Safe HaskellNone
LanguageHaskell2010

Network.API.Telegram.Bot.Object.Update.Message.Content.Poll

Documentation

data Poll Source #

Instances
Show Poll Source # 
Instance details

Defined in Network.API.Telegram.Bot.Object.Update.Message.Content.Poll

Methods

showsPrec :: Int -> Poll -> ShowS #

show :: Poll -> String #

showList :: [Poll] -> ShowS #

FromJSON Poll Source # 
Instance details

Defined in Network.API.Telegram.Bot.Object.Update.Message.Content.Poll

Methods

parseJSON :: Value -> Parser Poll

parseJSONList :: Value -> Parser [Poll]