Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data SearchChats = SearchChats {}
- defaultSearchChats :: SearchChats
Documentation
data SearchChats Source #
Searches for the specified query in the title and username of already known chats; this is an offline request. Returns chats in the order seen in the main chat list. Returns Chats
Instances
ToJSON SearchChats Source # | |
Defined in TD.Query.SearchChats toJSON :: SearchChats -> Value # toEncoding :: SearchChats -> Encoding # toJSONList :: [SearchChats] -> Value # toEncodingList :: [SearchChats] -> Encoding # | |
Show SearchChats Source # | |
Defined in TD.Query.SearchChats showsPrec :: Int -> SearchChats -> ShowS # show :: SearchChats -> String # showList :: [SearchChats] -> ShowS # | |
Eq SearchChats Source # | |
Defined in TD.Query.SearchChats (==) :: SearchChats -> SearchChats -> Bool # (/=) :: SearchChats -> SearchChats -> Bool # | |
ShortShow SearchChats Source # | |
Defined in TD.Query.SearchChats shortShow :: SearchChats -> String Source # |