Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data SetProfilePhoto Source #
Changes a profile photo for the current user. Returns Ok
Instances
ToJSON SetProfilePhoto Source # | |
Defined in TD.Query.SetProfilePhoto toJSON :: SetProfilePhoto -> Value # toEncoding :: SetProfilePhoto -> Encoding # toJSONList :: [SetProfilePhoto] -> Value # toEncodingList :: [SetProfilePhoto] -> Encoding # | |
Show SetProfilePhoto Source # | |
Defined in TD.Query.SetProfilePhoto showsPrec :: Int -> SetProfilePhoto -> ShowS # show :: SetProfilePhoto -> String # showList :: [SetProfilePhoto] -> ShowS # | |
Eq SetProfilePhoto Source # | |
Defined in TD.Query.SetProfilePhoto (==) :: SetProfilePhoto -> SetProfilePhoto -> Bool # (/=) :: SetProfilePhoto -> SetProfilePhoto -> Bool # | |
ShortShow SetProfilePhoto Source # | |
Defined in TD.Query.SetProfilePhoto shortShow :: SetProfilePhoto -> String Source # |