| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.GetRecentlyOpenedChats
Synopsis
- data GetRecentlyOpenedChats = GetRecentlyOpenedChats {}
Documentation
data GetRecentlyOpenedChats Source #
Returns recently opened chats. This is an offline method. Returns chats in the order of last opening. Returns Chats
Constructors
| GetRecentlyOpenedChats | |
Instances
| ToJSON GetRecentlyOpenedChats Source # | |
Defined in TD.Query.GetRecentlyOpenedChats Methods toJSON :: GetRecentlyOpenedChats -> Value # toEncoding :: GetRecentlyOpenedChats -> Encoding # toJSONList :: [GetRecentlyOpenedChats] -> Value # | |
| Show GetRecentlyOpenedChats Source # | |
Defined in TD.Query.GetRecentlyOpenedChats Methods showsPrec :: Int -> GetRecentlyOpenedChats -> ShowS # show :: GetRecentlyOpenedChats -> String # showList :: [GetRecentlyOpenedChats] -> ShowS # | |
| Eq GetRecentlyOpenedChats Source # | |
Defined in TD.Query.GetRecentlyOpenedChats Methods (==) :: GetRecentlyOpenedChats -> GetRecentlyOpenedChats -> Bool # (/=) :: GetRecentlyOpenedChats -> GetRecentlyOpenedChats -> Bool # | |
| ShortShow GetRecentlyOpenedChats Source # | |
Defined in TD.Query.GetRecentlyOpenedChats Methods | |