Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Data.ChatBoostLevelFeatures
Documentation
data ChatBoostLevelFeatures Source #
Constructors
ChatBoostLevelFeatures | Contains a list of features available on a specific chat boost level |
Fields
|
Instances
FromJSON ChatBoostLevelFeatures Source # | |
Defined in TD.Data.ChatBoostLevelFeatures Methods parseJSON :: Value -> Parser ChatBoostLevelFeatures # parseJSONList :: Value -> Parser [ChatBoostLevelFeatures] # | |
Show ChatBoostLevelFeatures Source # | |
Defined in TD.Data.ChatBoostLevelFeatures Methods showsPrec :: Int -> ChatBoostLevelFeatures -> ShowS # show :: ChatBoostLevelFeatures -> String # showList :: [ChatBoostLevelFeatures] -> ShowS # | |
Eq ChatBoostLevelFeatures Source # | |
Defined in TD.Data.ChatBoostLevelFeatures Methods (==) :: ChatBoostLevelFeatures -> ChatBoostLevelFeatures -> Bool # (/=) :: ChatBoostLevelFeatures -> ChatBoostLevelFeatures -> Bool # | |
ShortShow ChatBoostLevelFeatures Source # | |
Defined in TD.Data.ChatBoostLevelFeatures Methods |