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