| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Telegram.Bot.API.Types.PollType
Contents
Synopsis
- data PollType
- getPollType :: PollType -> Text
PollType
Constructors
| PollTypeQuiz | |
| PollTypeRegular |
Instances
| Show PollType Source # | |
| Generic PollType Source # | |
| FromJSON PollType Source # | |
Defined in Telegram.Bot.API.Types.PollType | |
| ToJSON PollType Source # | |
Defined in Telegram.Bot.API.Types.PollType Methods toEncoding :: PollType -> Encoding toJSONList :: [PollType] -> Value toEncodingList :: [PollType] -> Encoding | |
| type Rep PollType Source # | |
Defined in Telegram.Bot.API.Types.PollType | |
getPollType :: PollType -> Text Source #