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