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