Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data ReadChatList = ReadChatList {}
Documentation
data ReadChatList Source #
Traverse all chats in a chat list and marks all messages in the chats as read. Returns Ok
Instances
ToJSON ReadChatList Source # | |
Defined in TD.Query.ReadChatList toJSON :: ReadChatList -> Value # toEncoding :: ReadChatList -> Encoding # toJSONList :: [ReadChatList] -> Value # toEncodingList :: [ReadChatList] -> Encoding # | |
Show ReadChatList Source # | |
Defined in TD.Query.ReadChatList showsPrec :: Int -> ReadChatList -> ShowS # show :: ReadChatList -> String # showList :: [ReadChatList] -> ShowS # | |
Eq ReadChatList Source # | |
Defined in TD.Query.ReadChatList (==) :: ReadChatList -> ReadChatList -> Bool # (/=) :: ReadChatList -> ReadChatList -> Bool # | |
ShortShow ReadChatList Source # | |
Defined in TD.Query.ReadChatList shortShow :: ReadChatList -> String Source # |