Layer 220
PhoneLeaveGroupCallPresentation
Stop screen sharing in a group call
method
Users
phone.leaveGroupCallPresentation#1c50d144 call:InputGroupCall = Updates;
Parameters
| Name | Type | Description |
|---|---|---|
| Call | InputGroupCall | The group call |
Returns
UpdatesPossible Errors
| Code | Type | Description |
|---|---|---|
| 400 | GROUPCALL_INVALID | The specified group call is invalid. |
Gogram Example
// PhoneLeaveGroupCallPresentation - positional arguments result, err := client.PhoneLeaveGroupCallPresentation(&tg.InputGroupCall{}) if err != nil { // handle error } // result is *tg.Updates