Layer 227
PhoneDeleteGroupCallMessages
Delete specific messages from the in-call message overlay of a video chat/livestream or live story, including in RTMP mode.
method
Users
phone.deleteGroupCallMessages#f64f54f7 flags:# report_spam:flags.0?true call:InputGroupCall messages:Vector<int> = Updates;
Parameters
| Name | Type | Description |
|---|---|---|
| ReportSpam | flags .0? true | When moderating another participant's messages, also report them as spam |
| Call | InputGroupCall | Video chat/livestream or live story containing the messages |
| Messages | Vector < int > | IDs of the messages to delete |
Returns
UpdatesGogram Example
// PhoneDeleteGroupCallMessages - positional arguments result, err := client.PhoneDeleteGroupCallMessages(nil, &tg.InputGroupCall{}, &tg.VectorInt{}) if err != nil { // handle error } // result is *tg.Updates
Possible Errors
| Code | Type | Description |
|---|---|---|
| 400 | GROUPCALL_INVALID | The specified group call is invalid. |