Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data GetMainWebApp Source #
Returns information needed to open the main Web App of a bot. Returns MainWebApp
GetMainWebApp | |
|
Instances
ToJSON GetMainWebApp Source # | |
Defined in TD.Query.GetMainWebApp toJSON :: GetMainWebApp -> Value # toEncoding :: GetMainWebApp -> Encoding # toJSONList :: [GetMainWebApp] -> Value # toEncodingList :: [GetMainWebApp] -> Encoding # | |
Show GetMainWebApp Source # | |
Defined in TD.Query.GetMainWebApp showsPrec :: Int -> GetMainWebApp -> ShowS # show :: GetMainWebApp -> String # showList :: [GetMainWebApp] -> ShowS # | |
Eq GetMainWebApp Source # | |
Defined in TD.Query.GetMainWebApp (==) :: GetMainWebApp -> GetMainWebApp -> Bool # (/=) :: GetMainWebApp -> GetMainWebApp -> Bool # | |
ShortShow GetMainWebApp Source # | |
Defined in TD.Query.GetMainWebApp shortShow :: GetMainWebApp -> String Source # |