Layer 227
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

Updates

Gogram 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.