| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.RecommendedChatFolders
Documentation
data RecommendedChatFolders Source #
Constructors
| RecommendedChatFolders | Contains a list of recommended chat folders |
Fields
| |
Instances
| FromJSON RecommendedChatFolders Source # | |
Defined in TD.Data.RecommendedChatFolders Methods parseJSON :: Value -> Parser RecommendedChatFolders # parseJSONList :: Value -> Parser [RecommendedChatFolders] # | |
| Show RecommendedChatFolders Source # | |
Defined in TD.Data.RecommendedChatFolders Methods showsPrec :: Int -> RecommendedChatFolders -> ShowS # show :: RecommendedChatFolders -> String # showList :: [RecommendedChatFolders] -> ShowS # | |
| Eq RecommendedChatFolders Source # | |
Defined in TD.Data.RecommendedChatFolders Methods (==) :: RecommendedChatFolders -> RecommendedChatFolders -> Bool # (/=) :: RecommendedChatFolders -> RecommendedChatFolders -> Bool # | |
| ShortShow RecommendedChatFolders Source # | |
Defined in TD.Data.RecommendedChatFolders Methods | |