Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data ProfileAccentColor Source #
ProfileAccentColor | Contains information about supported accent color for user profile photo background |
|
Instances
FromJSON ProfileAccentColor Source # | |
Defined in TD.Data.ProfileAccentColor parseJSON :: Value -> Parser ProfileAccentColor # parseJSONList :: Value -> Parser [ProfileAccentColor] # | |
Show ProfileAccentColor Source # | |
Defined in TD.Data.ProfileAccentColor showsPrec :: Int -> ProfileAccentColor -> ShowS # show :: ProfileAccentColor -> String # showList :: [ProfileAccentColor] -> ShowS # | |
Eq ProfileAccentColor Source # | |
Defined in TD.Data.ProfileAccentColor (==) :: ProfileAccentColor -> ProfileAccentColor -> Bool # (/=) :: ProfileAccentColor -> ProfileAccentColor -> Bool # | |
ShortShow ProfileAccentColor Source # | |
Defined in TD.Data.ProfileAccentColor shortShow :: ProfileAccentColor -> String Source # |