Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.GetBotSimilarBots
Synopsis
- data GetBotSimilarBots = GetBotSimilarBots {
- bot_user_id :: Maybe Int
Documentation
data GetBotSimilarBots Source #
Returns a list of bots similar to the given bot. Returns Users
Constructors
GetBotSimilarBots | |
Fields
|
Instances
ToJSON GetBotSimilarBots Source # | |
Defined in TD.Query.GetBotSimilarBots Methods toJSON :: GetBotSimilarBots -> Value # toEncoding :: GetBotSimilarBots -> Encoding # toJSONList :: [GetBotSimilarBots] -> Value # toEncodingList :: [GetBotSimilarBots] -> Encoding # | |
Show GetBotSimilarBots Source # | |
Defined in TD.Query.GetBotSimilarBots Methods showsPrec :: Int -> GetBotSimilarBots -> ShowS # show :: GetBotSimilarBots -> String # showList :: [GetBotSimilarBots] -> ShowS # | |
Eq GetBotSimilarBots Source # | |
Defined in TD.Query.GetBotSimilarBots Methods (==) :: GetBotSimilarBots -> GetBotSimilarBots -> Bool # (/=) :: GetBotSimilarBots -> GetBotSimilarBots -> Bool # | |
ShortShow GetBotSimilarBots Source # | |
Defined in TD.Query.GetBotSimilarBots Methods shortShow :: GetBotSimilarBots -> String Source # |