Skip to content

phone.deleteGroupCallParticipantMessages

Layer 225

Constructor ID: 0x1dbfeca0
Returns: Updates

Parameters

NameTypeDescription
report_spambool (flags.0, optional)
callInputGroupCall
participantInputPeer

Example

go
result, err := client.Raw(&tg.DeleteGroupCallParticipantMessagesRequest{
    report_spam: false,
    call: nil, // InputGroupCall
    participant: nil, // InputPeer
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.