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