Layer 220
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.GroupCallPossible Errors
| Code | Type | Description |
|---|---|---|
| 403 | GROUPCALL_FORBIDDEN | The group call has already ended. |
| 400 | GROUPCALL_INVALID | The specified group call is invalid. |
Gogram Example
// PhoneGetGroupCall - positional arguments result, err := client.PhoneGetGroupCall(&tg.InputGroupCall{}, 0) if err != nil { // handle error } // result is *tg.PhoneGroupCall