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