Layer 220
method Users
phone.leaveGroupCall#500377f9 call:InputGroupCall source:int = Updates;

Parameters

Name Type Description
Call InputGroupCall The group call
Source int Your source ID

Returns

Updates

Possible Errors

Code Type Description
400 GROUPCALL_INVALID The specified group call is invalid.

Gogram Example

// PhoneLeaveGroupCall - positional arguments
result, err := client.PhoneLeaveGroupCall(&tg.InputGroupCall{}, 0)
if err != nil {
    // handle error
}
// result is *tg.Updates