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