| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.EndGroupCall
Synopsis
- data EndGroupCall = EndGroupCall {}
Documentation
data EndGroupCall Source #
Ends a group call. Requires groupCall.can_be_managed right for video chats and live stories or groupCall.is_owned otherwise. Returns Ok
Constructors
| EndGroupCall | |
Fields
| |
Instances
| ToJSON EndGroupCall Source # | |
Defined in TD.Query.EndGroupCall Methods toJSON :: EndGroupCall -> Value # toEncoding :: EndGroupCall -> Encoding # toJSONList :: [EndGroupCall] -> Value # toEncodingList :: [EndGroupCall] -> Encoding # | |
| Show EndGroupCall Source # | |
Defined in TD.Query.EndGroupCall Methods showsPrec :: Int -> EndGroupCall -> ShowS # show :: EndGroupCall -> String # showList :: [EndGroupCall] -> ShowS # | |
| Eq EndGroupCall Source # | |
Defined in TD.Query.EndGroupCall | |
| ShortShow EndGroupCall Source # | |
Defined in TD.Query.EndGroupCall Methods shortShow :: EndGroupCall -> String Source # | |