Skip to content

phone.discardGroupCall

Layer 225

Constructor ID: 0x7a777135
Returns: Updates

Parameters

NameTypeDescription
callInputGroupCall

Example

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

Released under the Apache-2.0 License.