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