| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.BotAccessSettings
Documentation
data BotAccessSettings Source #
Constructors
| BotAccessSettings | Describes users that have access to a bot |
Fields
| |
Instances
| FromJSON BotAccessSettings Source # | |
Defined in TD.Data.BotAccessSettings Methods parseJSON :: Value -> Parser BotAccessSettings # parseJSONList :: Value -> Parser [BotAccessSettings] # | |
| ToJSON BotAccessSettings Source # | |
Defined in TD.Data.BotAccessSettings Methods toJSON :: BotAccessSettings -> Value # toEncoding :: BotAccessSettings -> Encoding # toJSONList :: [BotAccessSettings] -> Value # toEncodingList :: [BotAccessSettings] -> Encoding # | |
| Show BotAccessSettings Source # | |
Defined in TD.Data.BotAccessSettings Methods showsPrec :: Int -> BotAccessSettings -> ShowS # show :: BotAccessSettings -> String # showList :: [BotAccessSettings] -> ShowS # | |
| Eq BotAccessSettings Source # | |
Defined in TD.Data.BotAccessSettings Methods (==) :: BotAccessSettings -> BotAccessSettings -> Bool # (/=) :: BotAccessSettings -> BotAccessSettings -> Bool # | |
| ShortShow BotAccessSettings Source # | |
Defined in TD.Data.BotAccessSettings Methods shortShow :: BotAccessSettings -> String Source # | |