MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionToggleNoForwards.md
2024-05-01 14:53:46 +02:00

30 lines
790 B
Markdown

---
title: "channelAdminLogEventActionToggleNoForwards"
description: "Forwards were enabled or disabled"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: channelAdminLogEventActionToggleNoForwards
[Back to constructors index](/API_docs/constructors/index.html)
Forwards were enabled or disabled
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|new\_value|[Bool](/API_docs/types/Bool.html) | Yes|Old value|
### Type: [ChannelAdminLogEventAction](/API_docs/types/ChannelAdminLogEventAction.html)
### Example:
```
$channelAdminLogEventActionToggleNoForwards = ['_' => 'channelAdminLogEventActionToggleNoForwards', 'new_value' => Bool];
```