Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data GetOwnedBots = GetOwnedBots
Documentation
data GetOwnedBots Source #
Returns the list of bots owned by the current user. Returns Users
Instances
ToJSON GetOwnedBots Source # | |
Defined in TD.Query.GetOwnedBots toJSON :: GetOwnedBots -> Value # toEncoding :: GetOwnedBots -> Encoding # toJSONList :: [GetOwnedBots] -> Value # toEncodingList :: [GetOwnedBots] -> Encoding # | |
Show GetOwnedBots Source # | |
Defined in TD.Query.GetOwnedBots showsPrec :: Int -> GetOwnedBots -> ShowS # show :: GetOwnedBots -> String # showList :: [GetOwnedBots] -> ShowS # | |
Eq GetOwnedBots Source # | |
Defined in TD.Query.GetOwnedBots (==) :: GetOwnedBots -> GetOwnedBots -> Bool # (/=) :: GetOwnedBots -> GetOwnedBots -> Bool # | |
ShortShow GetOwnedBots Source # | |
Defined in TD.Query.GetOwnedBots shortShow :: GetOwnedBots -> String Source # |