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