Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data GetRecommendedChats Source #
Returns a list of channel chats recommended to the current user. Returns Chats
Instances
ToJSON GetRecommendedChats Source # | |
Defined in TD.Query.GetRecommendedChats toJSON :: GetRecommendedChats -> Value # toEncoding :: GetRecommendedChats -> Encoding # toJSONList :: [GetRecommendedChats] -> Value # toEncodingList :: [GetRecommendedChats] -> Encoding # | |
Show GetRecommendedChats Source # | |
Defined in TD.Query.GetRecommendedChats showsPrec :: Int -> GetRecommendedChats -> ShowS # show :: GetRecommendedChats -> String # showList :: [GetRecommendedChats] -> ShowS # | |
Eq GetRecommendedChats Source # | |
Defined in TD.Query.GetRecommendedChats (==) :: GetRecommendedChats -> GetRecommendedChats -> Bool # (/=) :: GetRecommendedChats -> GetRecommendedChats -> Bool # | |
ShortShow GetRecommendedChats Source # | |
Defined in TD.Query.GetRecommendedChats |