| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.ProfilePhoto
Documentation
data ProfilePhoto Source #
Constructors
| ProfilePhoto | Describes a user profile photo |
Fields
| |
Instances
| FromJSON ProfilePhoto Source # | |
Defined in TD.Data.ProfilePhoto | |
| Show ProfilePhoto Source # | |
Defined in TD.Data.ProfilePhoto Methods showsPrec :: Int -> ProfilePhoto -> ShowS # show :: ProfilePhoto -> String # showList :: [ProfilePhoto] -> ShowS # | |
| Eq ProfilePhoto Source # | |
Defined in TD.Data.ProfilePhoto | |
| ShortShow ProfilePhoto Source # | |
Defined in TD.Data.ProfilePhoto Methods shortShow :: ProfilePhoto -> String Source # | |