Layer 227
PhoneEditGroupCallTitle
Edit the title of a video chat or livestream. This method cannot be used with live stories or conferences, see here for more info.
method
Users
phone.editGroupCallTitle#1ca6ac0a call:InputGroupCall title:string = Updates;
Parameters
| Name | Type | Description |
|---|---|---|
| Call | InputGroupCall | Video chat or livestream whose title should be changed |
| Title | string | New title |
Returns
UpdatesGogram Example
// PhoneEditGroupCallTitle - positional arguments result, err := client.PhoneEditGroupCallTitle(&tg.InputGroupCall{}, "Hello, World!") if err != nil { // handle error } // result is *tg.Updates
Possible Errors
| Code | Type | Description |
|---|---|---|
| 403 | GROUPCALL_FORBIDDEN | The group call has already ended. |
| 400 | GROUPCALL_INVALID | The specified group call is invalid. |