Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data MainWebApp Source #
MainWebApp | Contains information about the main Web App of a bot |
Instances
FromJSON MainWebApp Source # | |
Defined in TD.Data.MainWebApp parseJSON :: Value -> Parser MainWebApp # parseJSONList :: Value -> Parser [MainWebApp] # | |
Show MainWebApp Source # | |
Defined in TD.Data.MainWebApp showsPrec :: Int -> MainWebApp -> ShowS # show :: MainWebApp -> String # showList :: [MainWebApp] -> ShowS # | |
Eq MainWebApp Source # | |
Defined in TD.Data.MainWebApp (==) :: MainWebApp -> MainWebApp -> Bool # (/=) :: MainWebApp -> MainWebApp -> Bool # | |
ShortShow MainWebApp Source # | |
Defined in TD.Data.MainWebApp shortShow :: MainWebApp -> String Source # |