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