| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.GetRecommendedChatFolders
Synopsis
Documentation
data GetRecommendedChatFolders Source #
Returns recommended chat folders for the current user. Returns RecommendedChatFolders
Constructors
| GetRecommendedChatFolders |
Instances
| ToJSON GetRecommendedChatFolders Source # | |
Defined in TD.Query.GetRecommendedChatFolders Methods toJSON :: GetRecommendedChatFolders -> Value # toEncoding :: GetRecommendedChatFolders -> Encoding # toJSONList :: [GetRecommendedChatFolders] -> Value # | |
| Show GetRecommendedChatFolders Source # | |
Defined in TD.Query.GetRecommendedChatFolders Methods showsPrec :: Int -> GetRecommendedChatFolders -> ShowS # show :: GetRecommendedChatFolders -> String # showList :: [GetRecommendedChatFolders] -> ShowS # | |
| Eq GetRecommendedChatFolders Source # | |
Defined in TD.Query.GetRecommendedChatFolders Methods (==) :: GetRecommendedChatFolders -> GetRecommendedChatFolders -> Bool # (/=) :: GetRecommendedChatFolders -> GetRecommendedChatFolders -> Bool # | |
| ShortShow GetRecommendedChatFolders Source # | |
Defined in TD.Query.GetRecommendedChatFolders Methods | |