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