| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.BotVerification
Documentation
data BotVerification Source #
Constructors
| BotVerification | Describes verification status provided by a bot |
Fields
| |
Instances
| FromJSON BotVerification Source # | |
Defined in TD.Data.BotVerification Methods parseJSON :: Value -> Parser BotVerification # parseJSONList :: Value -> Parser [BotVerification] # | |
| Show BotVerification Source # | |
Defined in TD.Data.BotVerification Methods showsPrec :: Int -> BotVerification -> ShowS # show :: BotVerification -> String # showList :: [BotVerification] -> ShowS # | |
| Eq BotVerification Source # | |
Defined in TD.Data.BotVerification Methods (==) :: BotVerification -> BotVerification -> Bool # (/=) :: BotVerification -> BotVerification -> Bool # | |
| ShortShow BotVerification Source # | |
Defined in TD.Data.BotVerification Methods shortShow :: BotVerification -> String Source # | |