Skip to content

phone.deleteGroupCallMessages

Layer 225

Constructor ID: 0xf64f54f7
Returns: Updates

Parameters

NameTypeDescription
report_spambool (flags.0, optional)
callInputGroupCall
messages[]int32

Example

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

Released under the Apache-2.0 License.