Layer 224
PhoneGetGroupCall
Get info about a group call
method
Users
phone.getGroupCall#41845db call:InputGroupCall limit:int = phone.GroupCall;
Parameters
| Name | Type | Description |
|---|---|---|
| Call | InputGroupCall | The group call |
| Limit | int | Maximum number of results to return, see pagination |
Returns
phone.GroupCallGogram Example
// PhoneGetGroupCall - positional arguments result, err := client.PhoneGetGroupCall(&tg.InputGroupCall{}, 42) if err != nil { // handle error } // result is *tg.PhoneGroupCall
Possible Errors
| Code | Type | Description |
|---|---|---|
| 403 | GROUPCALL_FORBIDDEN | The group call has already ended. |
| 400 | GROUPCALL_INVALID | The specified group call is invalid. |