Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data AccentColor Source #
AccentColor | Contains information about supported accent color for user/chat name, background of empty chat photo, replies to messages and link previews |
|
Instances
FromJSON AccentColor Source # | |
Defined in TD.Data.AccentColor parseJSON :: Value -> Parser AccentColor # parseJSONList :: Value -> Parser [AccentColor] # | |
Show AccentColor Source # | |
Defined in TD.Data.AccentColor showsPrec :: Int -> AccentColor -> ShowS # show :: AccentColor -> String # showList :: [AccentColor] -> ShowS # | |
Eq AccentColor Source # | |
Defined in TD.Data.AccentColor (==) :: AccentColor -> AccentColor -> Bool # (/=) :: AccentColor -> AccentColor -> Bool # | |
ShortShow AccentColor Source # | |
Defined in TD.Data.AccentColor shortShow :: AccentColor -> String Source # |