Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data AddRecentlyFoundChat = AddRecentlyFoundChat {}
Documentation
data AddRecentlyFoundChat Source #
Adds a chat to the list of recently found chats. The chat is added to the beginning of the list. If the chat is already in the list, it will be removed from the list first. Returns Ok
Instances
ToJSON AddRecentlyFoundChat Source # | |
Defined in TD.Query.AddRecentlyFoundChat toJSON :: AddRecentlyFoundChat -> Value # toEncoding :: AddRecentlyFoundChat -> Encoding # toJSONList :: [AddRecentlyFoundChat] -> Value # toEncodingList :: [AddRecentlyFoundChat] -> Encoding # | |
Show AddRecentlyFoundChat Source # | |
Defined in TD.Query.AddRecentlyFoundChat showsPrec :: Int -> AddRecentlyFoundChat -> ShowS # show :: AddRecentlyFoundChat -> String # showList :: [AddRecentlyFoundChat] -> ShowS # | |
Eq AddRecentlyFoundChat Source # | |
Defined in TD.Query.AddRecentlyFoundChat (==) :: AddRecentlyFoundChat -> AddRecentlyFoundChat -> Bool # (/=) :: AddRecentlyFoundChat -> AddRecentlyFoundChat -> Bool # | |
ShortShow AddRecentlyFoundChat Source # | |
Defined in TD.Query.AddRecentlyFoundChat |