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