Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data AddChatToList = AddChatToList {}
- defaultAddChatToList :: AddChatToList
Documentation
data AddChatToList Source #
Adds a chat to a chat list. A chat can't be simultaneously in Main and Archive chat lists, so it is automatically removed from another one if needed. Returns Ok
Instances
ToJSON AddChatToList Source # | |
Defined in TD.Query.AddChatToList toJSON :: AddChatToList -> Value # toEncoding :: AddChatToList -> Encoding # toJSONList :: [AddChatToList] -> Value # toEncodingList :: [AddChatToList] -> Encoding # | |
Show AddChatToList Source # | |
Defined in TD.Query.AddChatToList showsPrec :: Int -> AddChatToList -> ShowS # show :: AddChatToList -> String # showList :: [AddChatToList] -> ShowS # | |
Eq AddChatToList Source # | |
Defined in TD.Query.AddChatToList (==) :: AddChatToList -> AddChatToList -> Bool # (/=) :: AddChatToList -> AddChatToList -> Bool # | |
ShortShow AddChatToList Source # | |
Defined in TD.Query.AddChatToList shortShow :: AddChatToList -> String Source # |