| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.SearchRecentlyFoundChats
Synopsis
Documentation
data SearchRecentlyFoundChats Source #
Searches for the specified query in the title and username of up to 50 recently found chats. This is an offline method. Returns Chats
Constructors
| SearchRecentlyFoundChats | |
Instances
| ToJSON SearchRecentlyFoundChats Source # | |
Defined in TD.Query.SearchRecentlyFoundChats Methods toJSON :: SearchRecentlyFoundChats -> Value # toEncoding :: SearchRecentlyFoundChats -> Encoding # toJSONList :: [SearchRecentlyFoundChats] -> Value # | |
| Show SearchRecentlyFoundChats Source # | |
Defined in TD.Query.SearchRecentlyFoundChats Methods showsPrec :: Int -> SearchRecentlyFoundChats -> ShowS # show :: SearchRecentlyFoundChats -> String # showList :: [SearchRecentlyFoundChats] -> ShowS # | |
| Eq SearchRecentlyFoundChats Source # | |
Defined in TD.Query.SearchRecentlyFoundChats Methods (==) :: SearchRecentlyFoundChats -> SearchRecentlyFoundChats -> Bool # (/=) :: SearchRecentlyFoundChats -> SearchRecentlyFoundChats -> Bool # | |
| ShortShow SearchRecentlyFoundChats Source # | |
Defined in TD.Query.SearchRecentlyFoundChats Methods | |