Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.AddRecentlyFoundChat
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
Constructors
AddRecentlyFoundChat | |
Instances
ToJSON AddRecentlyFoundChat Source # | |
Defined in TD.Query.AddRecentlyFoundChat Methods toJSON :: AddRecentlyFoundChat -> Value # toEncoding :: AddRecentlyFoundChat -> Encoding # toJSONList :: [AddRecentlyFoundChat] -> Value # toEncodingList :: [AddRecentlyFoundChat] -> Encoding # | |
Show AddRecentlyFoundChat Source # | |
Defined in TD.Query.AddRecentlyFoundChat Methods showsPrec :: Int -> AddRecentlyFoundChat -> ShowS # show :: AddRecentlyFoundChat -> String # showList :: [AddRecentlyFoundChat] -> ShowS # | |
Eq AddRecentlyFoundChat Source # | |
Defined in TD.Query.AddRecentlyFoundChat Methods (==) :: AddRecentlyFoundChat -> AddRecentlyFoundChat -> Bool # (/=) :: AddRecentlyFoundChat -> AddRecentlyFoundChat -> Bool # | |
ShortShow AddRecentlyFoundChat Source # | |
Defined in TD.Query.AddRecentlyFoundChat Methods |