Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data LeaveGroupCall = LeaveGroupCall {}
Documentation
data LeaveGroupCall Source #
Leaves a group call. Returns Ok
LeaveGroupCall | |
|
Instances
ToJSON LeaveGroupCall Source # | |
Defined in TD.Query.LeaveGroupCall toJSON :: LeaveGroupCall -> Value # toEncoding :: LeaveGroupCall -> Encoding # toJSONList :: [LeaveGroupCall] -> Value # toEncodingList :: [LeaveGroupCall] -> Encoding # | |
Show LeaveGroupCall Source # | |
Defined in TD.Query.LeaveGroupCall showsPrec :: Int -> LeaveGroupCall -> ShowS # show :: LeaveGroupCall -> String # showList :: [LeaveGroupCall] -> ShowS # | |
Eq LeaveGroupCall Source # | |
Defined in TD.Query.LeaveGroupCall (==) :: LeaveGroupCall -> LeaveGroupCall -> Bool # (/=) :: LeaveGroupCall -> LeaveGroupCall -> Bool # | |
ShortShow LeaveGroupCall Source # | |
Defined in TD.Query.LeaveGroupCall shortShow :: LeaveGroupCall -> String Source # |