Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data GetChatJoinRequests Source #
Returns pending join requests in a chat. Returns ChatJoinRequests
GetChatJoinRequests | |
|
Instances
ToJSON GetChatJoinRequests Source # | |
Defined in TD.Query.GetChatJoinRequests toJSON :: GetChatJoinRequests -> Value # toEncoding :: GetChatJoinRequests -> Encoding # toJSONList :: [GetChatJoinRequests] -> Value # toEncodingList :: [GetChatJoinRequests] -> Encoding # | |
Show GetChatJoinRequests Source # | |
Defined in TD.Query.GetChatJoinRequests showsPrec :: Int -> GetChatJoinRequests -> ShowS # show :: GetChatJoinRequests -> String # showList :: [GetChatJoinRequests] -> ShowS # | |
Eq GetChatJoinRequests Source # | |
Defined in TD.Query.GetChatJoinRequests (==) :: GetChatJoinRequests -> GetChatJoinRequests -> Bool # (/=) :: GetChatJoinRequests -> GetChatJoinRequests -> Bool # | |
ShortShow GetChatJoinRequests Source # | |
Defined in TD.Query.GetChatJoinRequests |