Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data ProfilePhoto Source #
ProfilePhoto | Describes a user profile photo |
|
Instances
FromJSON ProfilePhoto Source # | |
Defined in TD.Data.ProfilePhoto parseJSON :: Value -> Parser ProfilePhoto # parseJSONList :: Value -> Parser [ProfilePhoto] # | |
Show ProfilePhoto Source # | |
Defined in TD.Data.ProfilePhoto showsPrec :: Int -> ProfilePhoto -> ShowS # show :: ProfilePhoto -> String # showList :: [ProfilePhoto] -> ShowS # | |
Eq ProfilePhoto Source # | |
Defined in TD.Data.ProfilePhoto (==) :: ProfilePhoto -> ProfilePhoto -> Bool # (/=) :: ProfilePhoto -> ProfilePhoto -> Bool # | |
ShortShow ProfilePhoto Source # | |
Defined in TD.Data.ProfilePhoto shortShow :: ProfilePhoto -> String Source # |