Layer 220
method Users
phone.leaveGroupCallPresentation#1c50d144 call:InputGroupCall = Updates;

Parameters

Name Type Description
Call InputGroupCall The group call

Returns

Updates

Possible 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