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