Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data GetRecentInlineBots Source #
Returns up to 20 recently used inline bots in the order of their last usage. Returns Users
Instances
ToJSON GetRecentInlineBots Source # | |
Defined in TD.Query.GetRecentInlineBots toJSON :: GetRecentInlineBots -> Value # toEncoding :: GetRecentInlineBots -> Encoding # toJSONList :: [GetRecentInlineBots] -> Value # toEncodingList :: [GetRecentInlineBots] -> Encoding # | |
Show GetRecentInlineBots Source # | |
Defined in TD.Query.GetRecentInlineBots showsPrec :: Int -> GetRecentInlineBots -> ShowS # show :: GetRecentInlineBots -> String # showList :: [GetRecentInlineBots] -> ShowS # | |
Eq GetRecentInlineBots Source # | |
Defined in TD.Query.GetRecentInlineBots (==) :: GetRecentInlineBots -> GetRecentInlineBots -> Bool # (/=) :: GetRecentInlineBots -> GetRecentInlineBots -> Bool # | |
ShortShow GetRecentInlineBots Source # | |
Defined in TD.Query.GetRecentInlineBots |