phone.toggleGroupCallStartSubscription
Layer 225
Constructor ID: 0x219c34e6
Returns: Updates
Parameters
| Name | Type | Description |
|---|---|---|
call | InputGroupCall | |
subscribed | bool |
Example
go
result, err := client.Raw(&tg.ToggleGroupCallStartSubscriptionRequest{
call: nil, // InputGroupCall
subscribed: false,
})
if err != nil {
panic(err)
}
print(result)