Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data GetGroupsInCommon Source #
Returns a list of common group chats with a given user. Chats are sorted by their type and creation date. Returns Chats
Instances
ToJSON GetGroupsInCommon Source # | |
Defined in TD.Query.GetGroupsInCommon toJSON :: GetGroupsInCommon -> Value # toEncoding :: GetGroupsInCommon -> Encoding # toJSONList :: [GetGroupsInCommon] -> Value # toEncodingList :: [GetGroupsInCommon] -> Encoding # | |
Show GetGroupsInCommon Source # | |
Defined in TD.Query.GetGroupsInCommon showsPrec :: Int -> GetGroupsInCommon -> ShowS # show :: GetGroupsInCommon -> String # showList :: [GetGroupsInCommon] -> ShowS # | |
Eq GetGroupsInCommon Source # | |
Defined in TD.Query.GetGroupsInCommon (==) :: GetGroupsInCommon -> GetGroupsInCommon -> Bool # (/=) :: GetGroupsInCommon -> GetGroupsInCommon -> Bool # | |
ShortShow GetGroupsInCommon Source # | |
Defined in TD.Query.GetGroupsInCommon shortShow :: GetGroupsInCommon -> String Source # |