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

30 lines
881 B
Markdown

---
title: "channelAdminLogEventActionTogglePreHistoryHidden"
description: "The hidden prehistory setting was changed"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: channelAdminLogEventActionTogglePreHistoryHidden
[Back to constructors index](/API_docs/constructors/index.html)
The hidden prehistory setting was [changed](../methods/channels.togglePreHistoryHidden.html)
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|new\_value|[Bool](/API_docs/types/Bool.html) | Yes|New value|
### Type: [ChannelAdminLogEventAction](/API_docs/types/ChannelAdminLogEventAction.html)
### Example:
```
$channelAdminLogEventActionTogglePreHistoryHidden = ['_' => 'channelAdminLogEventActionTogglePreHistoryHidden', 'new_value' => Bool];
```