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